Hey Sloth, any chance of getting a "Payer$" in AB Untap? If so, we can add
Paralyze. The trigger must be placed on
Paralyze, not the enchanted card. Here is a working script that places the trigger on the enchanted card which is incorrect.
- | Open
- Name:Paralyze
ManaCost:B
Types:Enchantment Aura
Text:no text
K:Enchant creature
A:SP$ Attach | Cost$ B | ValidTgts$ Creature | AILogic$ Curse | SubAbility$ DBTap
S:Mode$ Continuous | Affected$ Creature.AttachedBy | AddKeyword$ CARDNAME doesn't untap during your untap step. | AddTrigger$ TrigPhase | AddSVar$ TrigUntap | Description$ When CARDNAME enters the battlefield, tap enchanted creature. Enchanted creature doesn't untap during its controller's untap step. At the beginning of the upkeep of enchanted creature's controller, that player may pay 4. If he or she does, untap the creature.
SVar:DBTap:DB$ Tap | Defined$ Targeted
SVar:TrigPhase:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigUntap | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of the upkeep of enchanted creature's controller, that player may pay 4. If he or she does, untap the creature.
SVar:TrigUntap:AB$ Untap | Cost$ 4
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/paralyze.jpg
End