Problem is.. i wan't it to change players, when loads are equally with DONE
But it changes player after one trip.. forever..
I can script.. but this SRL stuff.. :P
Code:Begin SetupSRL; Done :=0; DeclarePlayers; ActivateClient; Colorshit1; repeat WalkFlax; PickingFlax; Progressreport; GoBank; Openbank4; DepositAll; Closebank; Players[CurrentPlayer].Banked:=Players[CurrentPlayer].Banked+1; Players[CurrentPlayer].loc:='Bank'; Done:= Done + 1; ProgressReport; if(Done=Loads) then Repeat FindNormalRandoms; Wait(1000) until(not(LoggedIn)) Done :=0; NextPlayer(True); if (not(Loggedin)) then NextPlayer(False); until(False); end.







Reply With Quote







