Hi guys I'm trying to make my bot walk to the bank on 06scape.com heres what i've tried so far:
Simba Code:
program walker;
//{$DEFINE SMART}
{$i srl/srl.simba}
procedure WalkingSpec(TheWalk:Integer);
begin
case TheWalk of
1: RadialWalkTolerance(1738633,15,60,65,5,5,12);
2: RadialWalkTolerance(1232342,15,60,65,5,5,8);
3: RadialWalkTolerance(1812345,0,90,65,5,5,9);
end;
end;
procedure WalkingToRock1;
var
i, x, y:Integer;
begin
for i:= 1 to 3 do
begin
Writeln('You are on Walk Number'+IntToStr(i));
WalkingSpec(i);
end;
//anything u want script to do after
//it has walked there.
end;
begin
SetUpSRL;
end.
Here's what the minimap looks like:

This is not my image, I have no copyright over it. This is just to show you what the minimap looks like on the RSPS i'm playing