Harvest Kindling by demlar
# Author: Demlar
# walk close to a tree with a dagger in your backpack.
while not dead
if findtype '3922' backpack
dclicktype '3922' backpack
wait 200
target 'self'
else
overhead 'Time to buy more daggers' 88
stop
endif
for 20
wait 750
if insysmsg "You put some kindling"
break
endif
if insysmsg "There's not enough wood here" or insysmsg "You do not see any nearby"
overhead "Find more trees"
break
endif
endfor
endwhile