
Originally Posted by
Sir_Oober
This? I know..
if FindObjTPA(x, y, 2901367, 20, 2, 15, 25, 10, ['aple', 'Mapl', 'Maple']) then
begin
case random(2) of
0:
begin
Mouse(x, y, 0, 0, false);
ChooseOption('hop')
begin
case random(2) of
0:
begin
wait(750+random(750));
HoverSkill('woodcutting', False);
end;
1:
RandomMovement;
end;
end;
end;
1:
Mouse(x, y, 0, 0, true);
end;
begin;
RandomMovement;
end;
I tried to do something like this
if FindObjTPA(x, y, 2901367, 20, 2, 15, 25, 10, ['aple', 'Mapl', 'Maple']) then
begin
Mouse(x, y, 0, 0, false);
ChooseOption('hop')
begin
wait(750+random(750));
Antiban;
end;
It kept saying unknown identifier
So i had to use my antiban procedure inside my chopping...
I need help lol