Why does this procedure click the position for like 5 times? There is no loops for this procedure.Code:Procedure ToTheShop;
begin
writeln('>> Going to the shop')
SetRun(True);
RadialRoadWalk(RoadColor,0,45,70,0,0); // First walk, road at north-east.
end;

