SCAR Code:function EatCheck : boolean;
begin
if (gethp < Players[CurrentPlayer].Integers[1]) then
begin
writeln('eating');
gametab(4);
if findcolortolerance(x,y, Players[CurrentPlayer].Integers[0], 552, 209, 729, 460, 5) then
begin
MMouse(x,y,0,0);
if isuptext(Players[CurrentPlayer].Strings[0]) then
begin
Mouse(x, y, 0, 0, true);
end else
Result := False;
Exit;
end;
end else
result := False;
exit;
end;
end;//Line 92: [Error] (14787:1): 'BEGIN' expected in scr
result := True;
end;
wth?





Reply With Quote




