Page 1 of 1

Custom card problem.

PostPosted: 31 Jul 2013, 19:44
by freddyjsg
A couple days ago, after submitting a couple of cards to my Forge, the loader stopped on "Loading card data". I narrowed the problem to a card that is essentially a blue nettle sentinel. But i dont find any problem with the code.
Does anybody now what is wrong?
| Open
Name:Blinksea Serpent
ManaCost:3 U U
Type:Creature Serpent
PT:5/4
K:CARDNAME doesn't untap during your untap step.
T:Mode$ SpellCast | ValidCard$ Card.Blue | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigUntap | TriggerDescription$ Whenever you cast a blue spell, you may untap CARDNAME.

SVar:TrigUntap:AB$Untap | Cost$ 0 | Defined$ Self

Oracle:Blinksea Serpent doesn't untap during your untap step.\nWhenever you cast a blue spell, you may untap Blinksea Serpent.

Re: Custom card problem.

PostPosted: 31 Jul 2013, 20:57
by Sloth
"Types:" instead of "Type:".

Re: Custom card problem.

PostPosted: 31 Jul 2013, 20:59
by freddyjsg
Thanks for the help :mrgreen:

Re: Custom card problem.

PostPosted: 01 Aug 2013, 09:45
by moomarc
How is your custom set coming along? Anything you're ready to share yet?