Does make compass work? I mean, check out this script.
SCAR Code:
program WoodCutter;
{.include SRL/SRL.scar}
Function WalkToRoad1 : Boolean;
begin
if not LoggedIn then Exit;
SetRun(True);
MakeCompass('w');
if RadialWalk(FindRoadColor, 151, 141, 61, 1, 1) then
begin
Writeln('Found Road 1!');
Result := True;
end else
Writeln('Could Not Find Road 1!');
end;
begin
SetupSRL;
ClearDebug;
ActivateClient;
if WalkToRoad1 then
Writeln('Walked To Road 1')
else
Writeln('Did Not Walk to Road 1');
end.
It does not make the compass point west.
Another Question, In Draynor, shouldn't the FindRoadColor (AutoColor Function) work for finding its road color? Thanks.
EDIT: I <3 u Awkwardsaw. I really do.
to worked great.
And for the FindRoadColor Question, That worked too after getting the compass Adjusted
thanks bro