Player ordering script

Status
Not open for further replies.
Level 3
Joined
Jan 11, 2018
Messages
23
I have no way of testing this trigger atm, but it's supposed to order players from top to bottom regardless of position. Will it work?
  • set players
    • Events
      • Time - Elapsed game time is 0.00 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Player((Integer A))) slot status) Equal to Is playing
            • Then - Actions
              • Set PlayerAmount = (PlayerAmount + 1)
              • Set Player[PlayerAmount] = (Player((Integer A)))
            • Else - Actions
 
Status
Not open for further replies.
Top