***ANSWERED***
Hey guys i got a
Line 34: [Error] (17695:1): Syntax error in script
Whats wrong? And how is this looking? going about it the right way?
Procedure FindCow;
var
x, y : Integer;
Begin
if (FindColorTolerance(x, y, 1389385,MSX1, MSY1, MSX2, MSY2, Tolerance)) and
if (FindColorTolerance(x, y, 7503229,MSX1, MSY1, MSX2, MSY2, Tolerance)) and
if (FindColorTolerance(x, y, 728362,MSX1, MSY1, MSX2, MSY2, Tolerance)) then
Begin
MMouse(x, y, 3, 3);
End;
End;




Reply With Quote
