sry to double post but you will probably notice that his script became multiplayer right after mine...
EDIT:
SCAR Code:
Const HighSkill = 'WoodCutting'; //skill For genie
Loads = 20; //Loads To Do BeFore PlayerSwitch
MaxTime = 400; //Maximum time in MINUTES For each player
notice how that is the exact same as my script. if you look closely im sure you will see that MaxTime is never used, because I had to change it to milliseconds because multiplication (*) wouldn't work...
stupid nub stole my script, ITS MY FIRST ONE DAMNIT I CAN BARELY EVEN SCRIPT
WHY STEAL MINE!!!!
nub.
SCAR Code:
Procedure PlayerSetup;
Begin
TreeClicks := 0;
If FindLoginScreen Then LoginPlayer;
FindFastRandoms;
wait(5000+ranDom(5000));
setchat('Hide', 4);
setchat('Off', 2);
setchat('Hide', 1);
setchat('friEnds', 5);
setchat('friEnds', 3);
PerfectNorth;
HighestAngle;
SetRun(true);
End;
this is the exact same as mine. notice how I did Find/Replace for ends and dos and it capitalized them? :P
SCAR Code:
Procedure Bank;
Begin
If Not LoggedIn Then
Begin
Nextplayer(false);
Exit;
End;
Repeat
If Not LoggedIn Then
Begin
Nextplayer(false);
Exit;
End;
Location := 'Looking For The Banker';
ProgressReport;
OpenBankQuiet('db');//FindBank('db');
Until(bankscreen Or pinscreen)
Location := 'Banking yo shitz';
ProgressReport;
Banked := Banked + 1;
ReportVars[0] := ReportVars[0] + 1;
DepositAll;
CloseBank;
End;
also notice how findbank('db') is in comments? same exact thing in the old versions of my script. I finally decided to use findbank instead, so now its not like that anymore.
have this noobs IP banned PLEASE!