Back to "inscribe" skill

Cut Wizard Hats and Place into Stockpile by texecutioner187

Related: Inscribe

Description: This script will check for wizard hats in your backpack, and cut them and place the materials into a nearby stockpile. You need to have scissors in your backpack for this to work correctly. Works best alongside an Inscription queue crafting wizard hats

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