
Originally Posted by
hy71194
Use MMouse

Originally Posted by
XcanadamanX
include srl
okay well this doesnt help because.... i used it on scripts ive tried before and get this ....
Successfully compiled
[Runtime Error] : Math error in line 223 in script C:\Program Files\SCAR 3.11\includes\srl\srl\core\MouseFlag.scar
from.... this
Code:
program ChickenShit; // Caleb
{.include SRL/SRL.scar}
procedure ChickAtk;
begin
if(FindColor(x,y,3693687,0,0,700,700))then;
MMouse(x,y,0,0);
end;
begin
ChickAtk;
end.