- Joined
- Aug 6, 2008
- Messages
- 3
Hi i am new to the hive and can anyone help me find this annoying leak in this trigger? 

-
Slide
-
Events
-
Time - Every 0.04 seconds of game time
-
-
Conditions
-
Actions
-
Set tempGroup = (Units of type |c00FF0000Fire Warrior|r)
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
Set tempPoint = (Position of (Picked unit))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Terrain type at tempPoint) Equal to Icecrown Glacier - Dark Ice
-
((Picked unit) is alive) Equal to True
-
-
Then - Actions
-
Unit - Move (Picked unit) instantly to (tempPoint offset by 16.00 towards (Facing of (Picked unit)) degrees)
-
-
Else - Actions
-
Custom script: call RemoveLocation(udg_tempPoint)
-
Custom script: call DestroyGroup(udg_tempGroup)
-
-
-
-
-
-