Ok, i've got an ability that turns u invisible everytime u activate it (based on defend), it also drains 8 mana per second
i've got this:
Ok, whenever i activate Camouflage, it instantly sets my mana to 0, and THEN it starts the -8 mana thing. help me please
i've got this:
-
Untitled Trigger 001
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
(Issued order) Equal to (Order(defend))
-
(Level of Camouflage (Real) for (Triggering unit)) Greater than 0
-
-
Actions
-
Unit Group - Add (Triggering unit) to CamoGroup
-
Unit - Add CamoSpellbook to (Triggering unit)
-
-
-
Untitled Trigger 002
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
(Issued order) Equal to (Order(undefend))
-
(Level of Camouflage (Real) for (Triggering unit)) Greater than 0
-
-
Actions
-
Unit Group - Remove (Triggering unit) from CamoGroup
-
Unit - Remove CamoSpellbook from (Triggering unit)
-
-
-
Untitled Trigger 003
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
(Number of units in CamoGroup) Greater than 0
-
-
Actions
-
Unit Group - Pick every unit in CamoGroup and do (Unit - Set mana of (Picked unit) to ((Mana of (Picked unit)) - 8.00))
-
-
Ok, whenever i activate Camouflage, it instantly sets my mana to 0, and THEN it starts the -8 mana thing. help me please