- Joined
- Jul 29, 2008
- Messages
- 30
I'm trying to detect Which player slots aren't being used by a computer or a user that is active. This is the trigger I'm using.
Players 1-10 are set to user 11 and 12 are computer players. But All I get with this is one computer player. Any suggestions?
Players 1-10 are set to user 11 and 12 are computer players. But All I get with this is one computer player. Any suggestions?
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (((Picked player) slot status) Equal to Is unused) or (((Picked player) controller) Not equal to User)
-
Then - Actions
- Game - Display to (All players) the text: ((String((Player number of (Picked player)))) + is not in use)
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions