- Joined
- Jan 27, 2007
- Messages
- 208
-
Neutral Creeps
-
Events
-
Time - Every 10.00 seconds of game time
-
-
Conditions
-
Actions
-
Set NeutralCreepsUnitGroup = (Units in NeutralCreepsChecker1 <gen> matching (((Owner of (Matching unit)) Equal to Neutral Hostile) and (((Matching unit) is alive) Equal to True)))
-
Unit Group - Pick every unit in NeutralCreepsUnitGroup and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in NeutralCreepsUnitGroup) Equal to 0
-
-
Then - Actions
-
Set NeutralCreepsPoint = (Center of NeutralCreeps1 <gen>)
-
Unit - Create 3 Dark Troll for Neutral Hostile at NeutralCreepsPoint facing Default building facing degrees
-
-
Else - Actions
-
-
-
-
Custom script: call RemoveLocation(udg_NeutralCreepsPoint)
-
Custom script: call DestroyGroup(udg_NeutralCreepsUnitGroup)
-
-