- Joined
- Jul 10, 2018
- Messages
- 383
hi Im trying to fix Repick system by making it only Remove heroes but it aint working
-
Unit Group - Pick every unit in (Units in (Playable map area) owned by (Triggering player)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) is A Hero) Equal to True
-
-
Then - Actions
-
Unit - Remove (Picked unit) from the game
-
-
Else - Actions
-
-
-