Page 1 of 1

Way to move cards from one zone directly onto the stack?

PostPosted: 29 Sep 2014, 16:07
by fallenangle
Is there a way to temporarily move a card onto the stack without casting it? I know this isn't normally something you would do, but I'm curious to know if it's possible, and, if so, how it might be done.

Thanks in advance for your help.

Re: Way to move cards from one zone directly onto the stack?

PostPosted: 29 Sep 2014, 16:14
by NeoAnderson
fallenangle wrote:Is there a way to temporarily move a card onto the stack without casting it? I know this isn't normally something you would do, but I'm curious to know if it's possible, and, if so, how it might be done.

Thanks in advance for your help.
I don't remeber if i tried but you can test with :
Code: Select all
card:QueueZoneChange( ZONE_STACK, card:GetOwner() )

Re: Way to move cards from one zone directly onto the stack?

PostPosted: 29 Sep 2014, 18:00
by thefiremind
You can try, but I think it will freeze the game.

Re: Way to move cards from one zone directly onto the stack?

PostPosted: 29 Sep 2014, 18:41
by Tejahn
Be sure to post your results fallenangle. I'm curious about this too. Also, while were discussing the Stack, is there a way to implement this:

When this card is on top of your library reveal it (turn it face up). You may counter any number of spells on the stack you don't control without paying any cost. Put any cards countered this way on the bottom of their owners library and place this card on the battlefield tapped.

EDIT: Perhaps my question should have been asked in the Programming section...

Re: Way to move cards from one zone directly onto the stack?

PostPosted: 29 Sep 2014, 19:35
by fallenangle
It actually worked, but then it cast the spell afterward. Weird. Thank you both again for your suggestions. On another note, activated abilities on cards on the stack don't work; but this may not necessarily apply to mana abilities. I haven't tested that yet.