Shelf Shifter by sifMoo

Description: Targets 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.

# 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 loop