I can't seem to get this part of my script to work.The error is "unknown identifier
'x' in script"
procedure Chop;
begin
if Findcolortolerance(x,y,4288143,2,212,516,223) then
begin
Wait(5000 + (random(325)));
Mouse(x,y,0,0,true);
end;
Any help would be appriciated.


Reply With Quote










You Forgot Your Tolerance.
I really need to pay more attention to what i do. Thanks a lot.
