I'm getting Identifier Expected with this:
SCAR Code:procedure FullInventory;
begin
Status('Dropping logs');
Writeln('Dropping logs');
repeat
if InvFull then
begin
if EquipAxe then
if FindDTM(Logs, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
MMouse(x, y, 4, 4);
if IsUpText(TreeToCut) then
begin
Mouse(x, y, 0, 0, False);
ChooseOption('rop');
until(not(FindDTM(Logs, x, y, MIX1, MIY1, MIX2, MIY2)));
end;
end;
end;
end;
No idea why. Please help.
Thanks





Reply With Quote

