- Joined
- Nov 12, 2006
- Messages
- 765
how can i do a trigger where it picks every unit and then in the If/Then/Else as a condition it doesnt pick any buildings of the player? an example is shown here
except i dont know how to do that. +rep to anyone who helps ^^
-
Unit Group - Pick every unit in (Units owned by Player 1 (Red)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Picked unit) Not equal to *STRUCTURE*
-
Then - Actions
- Unit - Kill (Picked unit)
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
except i dont know how to do that. +rep to anyone who helps ^^