Code: Select all
if not dead
clearsysmsg
if rhandempty
dclicktype "hatchet" backpack
wait 1000
endif
hotkey 'Use item in hand'
waitfortarget
targetrelloc 0 -1
wait 500
if insysmessage "There's no wood left there"
overhead "Move to next spot"
else
wait 5000
endif
loop
endif