- Joined
- May 7, 2016
- Messages
- 38
I am basically asking if it leeks if i never destroy the group and just use "add unit" and "remove unit"
-
For each (Integer A) from 1 to 4, do (Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in T_US_TR_Selected[(Integer A)] and do (Actions)
-
Loop - Actions
-
Unit Group - Remove (Picked unit) from T_US_TR_Selected[(Integer A)]
-
-
-
-
-
Unit Group - Pick every unit in T_US_TR_Towers and do (Actions)
-
Loop - Actions
-
For each (Integer A) from 1 to 4, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) is selected by (Player((Integer A)))) Equal to True
-
-
Then - Actions
-
Unit Group - Add (Picked unit) to T_US_TR_Selected[(Integer A)]
-
-
Else - Actions
-
-
-
-
-