Add Reagents/Potions/Arrows/Bolts in Backpack to Wizard/Potion Satchel and Quiver by jolanar
Related: Magery
Description from the author:
if @findtype "reagent satchel" self as 'WizardSatchel'
menu 'WizardSatchel' 0
endif
wait 400
if @findtype "alchemists satchel" self as 'PotionSatchel'
menu 'PotionSatchel' 0
endif
wait 400
if @findtype "quiver" self as 'Quiver'
menu 'Quiver' 0
endifThis will move reagents, scrolls, potions, arrows and bolts to their appropriate container.