You can steal it from my Feathers!
The whole script is still fully functional.
EDIT:
SCAR Code:
function UnderAttack(fx, fy: Integer): Boolean;
var
Nom: TPointArray;
CTS: Integer;
begin
if (not LoggedIn) then
Exit;
FindNormalRandoms;
CTS := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(2.60, 0.27);
FindColorsSpiralTolerance(MSCX, MSCY, Nom, 8420611, fx - 25, fy - 25, fx + 25, fy, 19);
ColorToleranceSpeed(CTS);
SetColorSpeed2Modifiers(0.2, 0.2);
Result := Length(Nom) > 20;
end;
There.. Should work.. use ie..
if (not UnderAttack(MiddleTPA of chicken x, Middle TPA of chicken y)) then
...
else
Continue;/NextChickenCode