- Joined
- Jan 23, 2008
- Messages
- 384
Hi
I'm trying to remove a unit group that contains 6 units please help me ... this is what i did, if there are bugs that stop the group for being removed tell me what to do ... Ty !
I'm trying to remove a unit group that contains 6 units please help me ... this is what i did, if there are bugs that stop the group for being removed tell me what to do ... Ty !
-
Amaterasu
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Amaterasu
-
Actions
- Wait 0.50 seconds
- Set Ama_Target = (Target unit of ability being cast)
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
- Unit - Create 1 Amaterasu Flames for (Owner of (Triggering unit)) at (Position of Ama_Target) facing Default building facing degrees
- Unit Group - Add (Last created unit) to Ama_Group
-
Loop - Actions
- Wait 5.00 seconds
- Unit Group - Remove all units from Ama_Group
-
Events