- Joined
- Nov 15, 2007
- Messages
- 800
-
Collision
-
Events
- Time - Every 0.20 seconds of game time
- Conditions
-
Actions
- Set tempgroup = (Units of type Static Orb)
-
Unit Group - Pick every unit in tempgroup and do (Actions)
-
Loop - Actions
- Set temppoint = (Position of (Picked unit))
- Set tempgroup2 = (Units within 50.00 of temppoint matching ((Unit-type of (Matching unit)) Equal to (==) Static Orb))
- Unit Group - Remove (Picked unit) from tempgroup2
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Number of units in tempgroup2) Greater than or equal to (>=) 1
-
Then - Actions
- Unit Group - Add (Picked unit) to collisiongroup
- Unit - Order (Picked unit) to Orc Tauren Chieftain - War Stomp
- Else - Actions
-
If - Conditions
-
Loop - Actions
- Custom script: call DestroyGroup(udg_tempgroup)
- Custom script: call DestroyGroup(udg_tempgroup2)
- Custom script: call RemoveLocation(udg_temppoint)
-
Events