SCAR Code:procedure chopdemwillows;
begin
if not Loggedin then Exit;
repeat
if FindObjTPA(x, y, 2653292, 20, -1, 10, 10, 20, ['illo']) then
Mouse(x, y, 5, 5, True);
wait(3000);
if (not(FindObjTPA(x, y, 2653292, 20, -1, 10, 10, 20, ['illo']))) then
begin
Logout;
writeln('Cant find willows');
Exit;
end;
end;
Identifier expected in script
anybody help?





Reply With Quote


Also, you need to add a begin and end to your first if ... then to make it Mouse and Wait
