Wrda
Spell Reviewer
- Joined
- Nov 18, 2012
- Messages
- 2,011
Collect Players
You should use your own integer loop variables instead of Integer A and B, it's less susceptible to unexpected bugs.
Useful for tournament and minigame type of maps.
Approved
-
And - All (Conditions) are true
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
((Picked player) controller) Equal to User
-
((Picked player) controller) Equal to Computer
-
-
-
((Picked player) controller) Not equal to None
-
((Picked player) slot status) Equal to Is playing
-
-
-
If - Conditions
-
((Picked player) controller) Equal to User
-
((Picked player) controller) Not equal to Computer
-
((Picked player) controller) Not equal to None
-
((Picked player) slot status) Equal to Is playing
-
You should use your own integer loop variables instead of Integer A and B, it's less susceptible to unexpected bugs.
Useful for tournament and minigame type of maps.
Approved