Kindling Harvester by 大向

Description: This script produces kindlings. It requires a dagger in your backpack. You need to stand EAST of a tree for it to cut (that's "to the right" of the tree).

if diffweight < 5 overhead "You're full" 34 wait 1000 break endif if insysmsg "Your backpack is full" overhead "You're full" 34 wait 1000 break endif if findtype "dagger" backpack dclicktype "dagger" backpack wait 200 targetrelloc -1 0 else overhead "No dagger in backpack" break endif if insysmsg "There's not enough" overhead "No more wood" wait 2000 endif if insysmsg "use a bladed item on that" overhead "Move closer to a tree" wait 500 replay endif loop