Ive decided to start doing something simple a dummy destroyer i get it to write found or did not find dummy ive set 3 different colors of the dummy and it always says couldnt find dummy.
SCAR Code:
program DummyPwnage;
{.include SRL/SRL.scar}
// start in dummy place cammera lowest point
begin
if(findcolorspiral(x,y,6849434,221,263,310,266)) or
(FindColorSpiral(x,y,8562113,221,263,310,266))or
(findColorSpiral(x,y,7500411,221,263,310,266)) Then
Begin
writeln('found Dummy Now Attacking');
end else
writeln('Didnt Not Find Dummy');
end.
iwill be doing the clicking on it today and im not gonna do it all in one loop.
and also i think i got the find color spiral cordinates wrong after the color :s
EDIT
Found out the cordinates were wrong no help needed now