Every time the script loops through the players and logs them out and sets their Active status to false.HTML Code:begin SetupClient; repeat; SetupPlayer; GetPlayerStats; Wait(500+Random(1000)); PlayerStatus := LoggedIn; ProgressReport; logout; Players[CurrentPlayer].Active :=False; repeat; until not(LoggedIn); NextPlayer(PlayerStatus); until not(Players[CurrentPlayer].Active); end.
When there are no more players left I want the script to stop, but the status bar in scar shows that the script is still running. I have tired entering 'Stop;' just before the final 'end.' command, but this did not work.
Any Ideas??
Thanks



Reply With Quote







.
