Skip to content

Duel.ActivateFieldSpell ​

Source Code | Usage Examples | Duel Functions

Activates a field spell Card "c". Already handles interactions with Field Spells that are already face up, rules for only 1 Field Spell at time, checks for costs and activated effects of the field spell and als the interaction with Ancient Pixie Dragon.

Signature ​

Duel.ActivateFieldSpell(Card c, any e, any tp, any eg, any ep, any ev, any re, any r, any rp, any target_p) → bool

lua
Duel.ActivateFieldSpell(c,e,tp,eg,ep,ev,re,r,rp,target_p)

Parameters ​

Returns ​


under-construction