Move Purple pot from shelf to restock pile by Jaseowns

1# Move Purple pot from shelf to restock pile by Jaseowns
2# UO Outlands
3# Requirements: you could change the loadout to whatever you want
4# update the line on 12 to whatever potion you want
5
6if findtype "storage shelf" ground -1 -1 2 as shelf
7    menu shelf 1
8    wait 200
9endif
10
11if findtype "resource container" ground -1 -1 2 as stockpile
12    if findtype "Purple Potion" backpack as pots
13        menu stockpile 0
14        wft 500
15        target pots
16    endif
17endif
18wait 1000
19replay