I need some help .. I just started scripting yesterday and have been working on a script almost nonstop and now it has an error.
I am trying to use FindColorSpiralTolerance to look for bones but when I compile I get the error "type mismatch". The error is in the first line below.
Also, when is it useful to use the "Exit;" command and what does it do?
Code:if not(FindColorSpiralTolerance(x, y, 14738919, MSX1, MSY1, MSX2, MSY2, 5))then begin writeln('No Bones Were Found'); Exit; end; else // pick up bones


Reply With Quote




