- Joined
- Aug 6, 2009
- Messages
- 24
-
xx2
-
Events
-
Time - Every 7.00 seconds of game time
-
-
Conditions
-
Actions
-
Set Temp_UnitGroup[1] = (Units in (Playable map area))
-
Unit Group - Pick every unit in Temp_UnitGroup[1] and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) is A Hero) Equal to True
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Owner of (Picked unit)) Equal to Player 1 (Red)
-
(Owner of (Picked unit)) Equal to Player 2 (Blue)
-
(Owner of (Picked unit)) Equal to Player 3 (Teal)
-
(Owner of (Picked unit)) Equal to Player 4 (Purple)
-
-
-
-
Then - Actions
-
Unit - Order (Picked unit) to Attack-Move To (Center of LB skull <gen>)
-
Custom script: call DestroyGroup(udg_Temp_UnitGroup[1])
-
-
Else - Actions
-
Unit - Order (Picked unit) to Attack-Move To (Center of DG skull <gen>)
-
Custom script: call DestroyGroup(udg_Temp_UnitGroup[1])
-
-
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-
i was thinking about adding regions and triggering units to attack move to the next region but when the units kill something/cast a spell they seem to forget that they where supposed to attack move to the next region.
