- Joined
- Feb 28, 2013
- Messages
- 1,898
Can someone help me make a trigger where all "ground, organic units" will be damaged when inside the region? (A trigger where their life will decrease (-10 life) every second).
-
Skirmish Storm Radiation
-
Events
-
Time - Every 2.00 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((Unit-type of (Picked unit)) Equal to Barbarians Peasant [Barbarians])) and do (Actions)
-
Loop - Actions
-
Wait 1.00 seconds
-
Unit - Set life of (Picked unit) to ((Life of (Picked unit)) - 1.00)
-
-
-
-