Re: Card Creation Request Thread
Very simple question, when I want to draw 2 cards when I kick a spell how does it have to be made?
- Code: Select all
<RESOLUTION_TIME_ACTION>
local kicker = Object():Kicked()
if kicker ~= 0 then
EffectController():DrawCard()
end
</RESOLUTION_TIME_ACTION>


special rule: If you have no card but the card you take from this effect, you can choose not to discard this one.




