When I take
Simba Code:
P07_FFlag;
wait (Lagg*4);
MMouse(x, y, 0, 0);
if (P07_ContainsText(GetTextAtExWrap(35, 8, 170, 21, 0, 5, 1, 13423640, 65, 'P07UpChars'), [Location])) then
begin
wait (1);
end
else
begin
GoToTrees;
end;
end;
and comment out
Simba Code:
P07_FFlag;
wait (Lagg*4);
MMouse(x, y, 0, 0);
if (P07_ContainsText(GetTextAtExWrap(35, 8, 170, 21, 0, 5, 1, 13423640, 65, 'P07UpChars'), [Location])) then
begin
wait (1);
end
//else
//begin
//GoToTrees;
//end;
end;
it no longer tries to walk away from the tree it's cutting (in an attempt to find trees).
EDIT: Just came back and my axe was broken.