ok so heres my script so far it goes from the vem to the almost the bank and i was wondering how would i get in the bank
Code:{.include srl/srl.scar} procedure ToThaBank; var x, y: Integer; begin If Not LoggedIn Then Exit; RadialRoadWalk(8357769, 5, 50, 70, 1, 1); FFlag(10); RadialRoadWalk(8357769, 337, 385, 65, 1, 1); repeat If Not LoggedIn then begin WriteLn('Player logged out while walking to the bank.'); Players[CurrentPlayer].Loc := 'Logged Out To Bank'; Exit; end; RadialRoadWalk(8357513, 240, 380, 65, 1, 1); until (FindSymbol(x, y, 'bank')); end; procedure setup; begin setupsrl; end; begin setup; makecompass('n'); tothabank; end.




Reply With Quote







