My radialwalk isnt working, each time I try to run a script with radialwalk, it rapidly clicks off screen untill i stop the script. Here's an example of what I'm running:
SCAR Code:Procedure walkitout;
begin
if not LoggedIn then Exit;
If Radialwalk(12832, 10, 90, 65, -1, -1) then
begin
wait(1000+random(750));
flag;
exit;
end else
begin
Writeln(' Couldnt find any radialwalk colors, Logged player out');
Logout;
end;
end;
Any suggestions?



Reply With Quote









