The program says "Done" but it doesn't click in the minimap at all. What's wrong?SCAR Code:program New;
{.include SRL/SRL.scar}
Procedure Main;
begin
RadialWalk(65536, 270, 272, 20, 1, 1);
WriteLn('Done');
end;
begin
SetupSRL;
SetAngle(True);
Main;
end.


Reply With Quote









