Updated Wizard Hat Recycler w/Resource Stockpile by Burger Beagle

Description: While leveling Inscription from 100 to 120, this script will cut apart your wizard hats to cloth and automatically add them to your resource stockpile. This script requires that you have a pair of scissors in your backpack.

if targetexists clearall endif if findtype "wizard's hat" backpack and findtype "scissors" backpack overhead 'Recycle!' 88 dclicktype "scissors" backpack wft 500 targettype "wizard's hat" backpack wait 500 endif if findtype "resource container" ground -1 -1 2 as resource menu resource 0 wft 500 target self overhead "Items Stockpiled" 88 endif wait 500 loop