How do i make it so that when i chop a tree it will always be looking for randoms until i click the tree again, then start looking for randoms again? something similar to this:
NOT MINE
This procedure is made by ~Alex~
procedure waitwhilecutting;
begin
color2:=getcolor(x,y)
marktime(mark)
repeat
findtalk;
findnormalrandoms;
findfastrandoms;
if invfull then break;
if timefrommark(mark) > 40000 then exit;
until(not isuptext('Chop'))
end;



Reply With Quote


