- Joined
- Apr 12, 2009
- Messages
- 125
This trigger doesn't work...
Help me!
-
SendCheckOn
-
Events
-
Time - Elapsed game time is 2.00 seconds
-
-
Conditions
-
Actions
-
If (((Player 1 (Red) slot status) Equal to Is playing) or ((Player 2 (Blue) slot status) Equal to Is playing)) then do (Set SendCheck[1] = True) else do (Do nothing)
-
If (((Player 3 (Teal) slot status) Equal to Is playing) or ((Player 4 (Purple) slot status) Equal to Is playing)) then do (Set SendCheck[1] = True) else do (Do nothing)
-
If (((Player 5 (Yellow) slot status) Equal to Is playing) or ((Player 6 (Orange) slot status) Equal to Is playing)) then do (Set SendCheck[1] = True) else do (Do nothing)
-
-
Help me!