- Joined
- Dec 6, 2007
- Messages
- 233
i have a trigger that forces a unit to use an ability when its mana=0, but for some reason the unit is forced to use the ability no matter how much man it has. here is the trigger
-
no fuel flight protection
-
Events
- Time - Every 1.00 seconds of game time
- Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((Mana of (Picked unit)) Equal to 0.00)) and do (Actions)
-
Loop - Actions
- Unit - Order (Picked unit) to Undead Crypt Fiend - Burrow
-
Loop - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((Mana of (Picked unit)) Equal to 0.00)) and do (Actions)
-
Events