slapshot5 wrote:Trying to add
Echo Tracer via Triggers. Here's what I have:
- Code: Select all
Name:Echo Tracer
ManaCost:2 U
Types:Creature Human Wizard
Text:no text
PT:2/2
K:Morph:2 U
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigBounce | TriggerDescription$ When CARDNAME is turned face up, return target creature to its owner's hand.
SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/echo_tracer.jpg
End
It doesn't work (i.e. nothing goes on the stack). Am I missing something simple?
-slapshot5
Okay, I got it to sort of work if I used at least 2 at the same time. Note the picture. But, it would just continue to stack the ability when I selected the creature until I pressed
Cancel. It then reported that 3 abilities were on the stack to resolve. I chose Ok and the creature was sent to the AI's hand. Needs some more work it appears.