- Joined
- Dec 25, 2018
- Messages
- 110
-
Wait 12.00 seconds
-
Set LocalGroup2 = (Units within 3000.00 of LocalPoint3 matching ((((Matching unit) belongs to an ally of (Owner of LocalUnit)) Equal to True) and (((Matching unit) is alive) Equal to True)))
-
Unit Group - Pick every unit in LocalGroup2 and do (Actions)
-
Loop - Actions
-
Set DelUnit = (Picked unit)
-
Game - Display to (All players) the text: del
-
Custom script: call UnitRemoveAbility(udg_DelUnit ,'B01Q')
-
Custom script: call UnitRemoveAbility(udg_DelUnit ,'B01R')
-
-
-
Custom script: call DestroyGroup(udg_LocalGroup2)
Custom script: local unit udg_LocalUnit.
Pick every unit in every LocalGroup2 works fine if I use this code before the wait, how can I make it work after wait?
Last edited: