@ Cazax and Metagen!
is this wat u meant?
SCAR Code:
procedure Walktobank;
var x, y, BankDTM: integer;
Coords : TBox;
begin
BankDTM := DTMFromString('78DA637CCDC4C060C4C80002CC0C10F0E70F1' +
'30317906684F219DF13A1E633116A9E13560300C7210CAD');
if Not(LoggedIn) then exit;
SetAngle(True);
MakeCompass('N');
SetRun(False);
RadialRoadWalk(FindVarrockRoadColor,0,90,65,-2,0);
Wait (1000+ random(200));
repeat
Myrandom;
RadialRoadWalk(FindVarrockRoadColor,270,390,65,-2,0);
Wait (1000+ random(200));
FFlag(0);
Coords := IntToBox(911, 363, 809, 305);
until DTMRotated(Bank, x, y, 911, 363, 809, 305);
WriteLn(' Entering Bank ');
but there is a problem...it says this error:
Line 377: [Error] (13105:49): Type mismatch in script C:\Documents and Settings\Owner\My Documents\Grade 7\SCAR 3.15\Scripts\oredoutSMARTeditedbank.scar
btw if your wandering wat line is 377..its this one..
SCAR Code:
until DTMRotated(Bank, x, y, 911, 363, 809, 305);