Harvest Kindling by Little Cloud
Description from the author:
// Written by: Little Cloud
// Requirements: Have a dagger
// in backpack
// Instructions: Press play near trees
// & walk around when
// No more wood is shown
if findtype "dagger" backpack
dclicktype "dagger" backpack
wait 200
target 'self'
else
overhead "No dagger in backpack"
break
endif
if insysmsg "There's not enough"
overhead "No more wood"
wait 2000
endif
loop***Requirements: Have a dagger in backpack
***Instructions: Press play near trees & walk around trees when "No more wood" is displayed overhead.
This is the first script I've uploaded, but it's handy to have. Designed for running around and quickly gathering kindling for campfires. It does require babysitting, because programming to walk around is kinda tedious and unreliable in this case.