Can anyone quick explain about it. if found color it should use radial walk. if didn't find he should search it again or do something i am pretty sure here need results but i dont know them... any one can give me quick help?
SCAR Code:Procedure myProc;
var c, RoadColour:integer;
Begin
ClearDebug;
RoadColour := FindVarrockRoadColor
RadialWalk(RoadColour, 120, 175, 68, 0, -4);
end;




Reply With Quote











