- Joined
- Dec 19, 2007
- Messages
- 1,234
-
Wave of Flame Death
-
Events
-
Conditions
-
Actions
-
Set A = (Player number of (Owner of (Dying unit)))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
A Equal to 1
-
-
Then - Actions
-
Custom script: call DestroyGroup (udg_ugflame[1])
-
-
Else - Actions
-
Custom script: call DestroyGroup (udg_ugflame[udg_A])
-
-
-
-
none of the above did the trick, and caused leak that bugged the map.
What is the correct way of doing this?