Hey everyone, I am currently working on a mod that will need to add some new spell tomes to a merchant. I would like to do this via papyrus, this way my mod doesn't interfere with other mods that also add to the same container. My question is this... If a mod overwrites the merchants item list, will my added items still be there? If not, how would i be able to add these items to the merchants items that will be used in game? I plan to have my script running in a quest, and add the items to the container everytime the game is loaded... but to do this i need the containers ID, which i assume changes if a mod overwrites it.