what is the error?
procedure check;
begin
wait(100)
mmouse(1271, 344)
wait(100 + Random(50));
holdmouse(1271, 344, true)
wait(100)
mmouse(1271, 537)
wait(100)
releasemouse(1271, 537, true)
wait(100)
end;
Line 19: [Error] (14700:18): Invalid number of parameters in script
this wasnt there wen i was using scar 3.06 and just movemouse and clickmouse


Reply With Quote

