Doom989 Posted March 9, 2013 Share Posted March 9, 2013 Just wondering if anyone could help, Been trying to write a script and it wont compile. begin repeat if findcolor(x,y,15263968,842, 573,848, 579)then begin ClickMouse(430,586, mbleft); writeln('click fight.') wait(8500) ClickMouse(430,586,mbleft); writeln('click attack.') wait(2000) end; until false; end. Quote Link to comment Share on other sites More sharing options...
Wanted Posted March 9, 2013 Share Posted March 9, 2013 You don't have X and Y defined [sCAR]var X, Y: Integer;[/sCAR] Quote Link to comment Share on other sites More sharing options...
Doom989 Posted March 9, 2013 Author Share Posted March 9, 2013 Goddamn I cannot belive I was so stupid. Haven't used scar for a few years, not really an excuse to not notice I'd missed that. Thank you for this Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted March 9, 2013 Share Posted March 9, 2013 Goddamn I cannot belive I was so stupid.Haven't used scar for a few years, not really an excuse to not notice I'd missed that. Thank you for this No need to call yourself stupid:L You should really read my siggy:P "To count to seven, you start at one." Quote Link to comment Share on other sites More sharing options...