how i can delete last created units?
here triggers :
here triggers :
-
first
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Death Coil
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
-
Then - Actions
- Set tmn_place = (Target unit of ability being cast)
- Else - Actions
- Unit - Create 5 Serpent Ward (Level 1) for (Owner of (Triggering unit)) at (Position of tmn_place) facing Default building facing degrees
- Wait 5.00 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events