Quick question about SRL's multiuser--I was wondering if there was a command to go back to the first user after they have all been used. I've been looking through the srl help file and i can't find anything.
Thanks
Quick question about SRL's multiuser--I was wondering if there was a command to go back to the first user after they have all been used. I've been looking through the srl help file and i can't find anything.
Thanks
NextPlayer(True) will leave the current player's .active at true. This means that once you go through all of the players in the array, it will start over and use all that are still active.
Just don't do NextPlayer(False) on the first player and it will go back to the first player once you reach the end. Of course, if the first player was stuck in a random event that it couldn't solve or was lost, you would most likely not want to go back to that player. In that case, you would probably want to leave it's active as False.
Last edited by JAD; 08-24-2009 at 12:30 PM.
One more question...is there a function (or another way) to set all users active?

SCAR Code:for i := 0 to HowManyPlayers - 1 do
Players[i].Active := True;
That should do it.![]()
Thanks!
I seem to be having a problem though, whenever my script switches users the first thing that happens is it logs out immediately and says "Creating the NickTPA" then logs back in...is that normal, or is there something wrong with my code?

When it's, "Creating the NickTPA," it's making the TPA of the nick name for randoms.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)