Hey guys got a small error here
the line in the script is
if FindColorsSpiralTolerance(x, y, 13260 , 12, 61, 264, 232, 20) or
if FindColorsSpiralTolerance(x, y, 1471228 , 12, 61, 264, 232, 20) or
if FindColorsSpiralTolerance(x, y, 939768 , 12, 61, 264, 232, 20) or
if FindColorsSpiralTolerance(x, y, 936444 , 12, 61, 264, 232, 20) Then
Variable Expected at line 19
Compiling failed.
Never mind fixed it,
begin
if FindColorSpiralTolerance(x, y, 13260 , 12, 61, 264, 232, 20) or
FindColorSpiralTolerance(x, y, 1471228 , 12, 61, 264, 232, 20) or
FindColorSpiralTolerance(x, y, 939768 , 12, 61, 264, 232, 20) or
FindColorSpiralTolerance(x, y, 936444 , 12, 61, 264, 232, 20) Then


Reply With Quote