ok, since this is like....my first go at Autoing...im alil bit clueless....i ended up getting 2 account banned for autoing...in which i didnt do twice...so i figured id auto now. i figured most of which on my own...but this one stumped me:
Line 933: [Error] (5712:11): Unknown identifier 'FindColorCircleD' in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Color.scar
knowing some of u been SCARin since it came out, im hopin its something simple, proving how not smart i truely am in this art.
btw....this is the section lookin thing its in:
{************************************************* ******************************
function FindColorCircle(var x, y: Integer; color, radius, MidPointx, MidPointy: Integer): Boolean;
By: Freddy1990
Description: Searches for a color within a circle.
************************************************** *****************************}
function FindColorCircle(var x, y: Integer; color, radius, MidPointx, MidPointy: Integer): Boolean;
begin
Result := FindColorCircleD(x, y, color, radius, MidPointx, MidPointy, 0);
end;
if that helps any.....

