- Joined
- Dec 21, 2014
- Messages
- 19
Hello all, I am currently learning how to make maps but I got into a problem
How can I instantly end picking other units in the unit group?
For example,
How can I instantly end picking other units in the unit group?
For example,
-
Unit Group question
-
Events
-
Player - Player 1 (Red) skips a cinematic sequence
-
-
Conditions
-
Actions
-
Set killed = 0
-
Unit Group - Pick every unit in unitGroup and do (Actions)
-
Loop - Actions
-
Unit - Kill (Picked unit)
-
Set killed = (killed + 1)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
killed Equal to 2
-
-
Then - Actions
-
-------- Stop picking other units in the unitGroup --------
-
-------- What to put here --------
-
-
Else - Actions
-
-
-
-------- More actions here --------
-
-------- These actions must not be skipped --------
-
-
-
Last edited: