I originally posted this on r/skyrimmods, but figured this would be a better place for it. Basically what I am trying to do here is to somehow associate a set of equippable items (the "Gear") with a specific container (the "Chest"). The desired effect is that, whenever the Gear is unequipped, it automatically gets sent to the Chest it is bound to. You can then use a power to unequip everything from yourself, and pull the Gear from the Chest and equip it to yourself. In this way, you can "summon" sets of armors onto your body with a power (I got this idea from a discussion on "requipping" I saw earlier this week). My thought process was that you could either -load the Gear directly into the Chest by hand, and then activate a button that runs a script to bind all of the contents of the Chest to the Chest itself, or -have another power which removes all equipped items, puts them in a Chest associated with that power, and then auto-binds the contents to the Chest fo recall. Is any of this impossible/extremely difficult? I have basic working knowledge of the Creation Kit, and have started looking into basic scripting as well, but I am wondering if this is too complex for someone at my level. The big things to figure out how to do are: -remove all equipped items from the player -"bind" items to a specific Chest -force items to go straight to their Chest when unequipped -allow items to be removed from a chest via using a power -force items to be equipped when removed from a chest via any method