Back to "b" tags

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.

1if targetexists 
2    clearall 
3endif
4
5if findtype "wizard's hat" backpack and findtype "scissors" backpack
6    overhead 'Recycle!' 88
7    dclicktype "scissors" backpack
8    wft 500
9    targettype "wizard's hat" backpack
10    wait 500
11endif
12
13if findtype "resource container" ground -1 -1 2 as resource
14    menu resource 0
15    wft 500
16    target self
17    overhead "Items Stockpiled" 88
18endif
19
20wait 500
21loop