- Joined
- Dec 6, 2008
- Messages
- 374
The locust unit (SmallHook[]) can't be removed.Game just doesn't removing him.Here is trigger.
Any ideas?
Ty.
Any ideas?
Ty.
-
Set TempPoint = (Position of Caster)
-
Set TempGroup = (Units within 50.00 of TempPoint matching ((Matching unit) equal to SmallHook[integer2]))
-
Set TempTarget = (Random unit from TempGroup)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - conditions
-
TempTarget not equal to no unit
-
-
Then - action
-
Unit - Remove TempTarget
-
Set integer3 = (integer3 + 1)
-
-
Else - action
-