Ok, I just implemented multiplayer into my script. Logs in the players fine and solves randoms easily. However I am using:
SCAR Code:
Players[0].Integer1 := 1;
To define the loads set for each player.. but it wont switch after the specified load amount.
At the bottom of my script I have:
SCAR Code:
if (Loads = LoadsToDo) and LoggedIn then NextPlayer(True)
if not LoggedIn then NextPlayer(False)
And:
In the part of the script where I want it to swap players.. any ideas guys?
Thanks in advance,
Passiondrive