Line 12: [Error] (15040:30): Close round expected in script
Program New;
{.include SRL/SRL.scar}
var
x:integer;
y:integer;
procedure walkback;
Begin
setupsrl;
repeat
RadialWalk(FindRoadColor , 94, 108, 60, -1,-1);
until (findsymbol(x,y,'bank');
end;
begin;
walkback;
end.
that is the whole script, it is supposed to walk back to the bank from a spot, but i can not get it to work. if anyone could help me or say what i did wrong it would be appreciated.


Reply With Quote


