Shelf Shifter by sifMoo
Description from the author:
# Source Shelf
if not varexist source_shelf
headmsg '- Target the Source Shelf -'
setvar! source_shelf
endif
# Destination Shelf
if not varexist destination_shelf
headmsg '- Target the Desintation Shelf -'
setvar! destination_shelf
endif
# Resupply from source_shelf
menu source_shelf 1
pause 200
# Restock to destination_shelf
menu destination_shelf 0
waitfortarget 1000
target 'self'
pause 1000
loopTargets a source and destination shelf and moves contents from one to another.
Just set your loadout with a tick of everything you want to move then press play.