That is supposed to click the uppest road color in the map, but it just clicks a few pixels under my characters dot in MM, anyone have idea what is wrong with that?Code:procedure ToShop;
begin
PerfectNorth;
colorofroad := FindRoadColor;
RadialRoadWalk(colorofroad, 0, 1440, 70, 1, 1);
end;

