I am stuck on walking and having a bitch of a time
I am fully retarded and can't figure this out
Here is what I have:
SCAR Code:
procedure WalkToBurnSite;
begin
if not(LoggedIn)then exit;
FindNormalRandoms;
Grass := BitmapFromString(6, 6, 'beNpLkkpKl4ajuGQpIMIvkpwkB' +
'UTkiAAAwlAfxQ==');
RadialRoadWalk(FindVarrockRoadColor, 250, 275, 40, -1, 0);
FFlag(Random(3));
RadialWalk(AutoColorThis(Grass, 15, MMX1, MMY1, MMX2, MMY2), 230, 240, 41, -1, 1);
FFlag(Random(3));
end;
Here is what I am trying to do: walk out of Edgeville bank and then over to where I want to start burning logs. Now it won't even walk to the road
I'm not looking to be spoon fed the answer, but if someone who reads the blof could point me right .. I would appreciate it!!