testiger2 Posted February 26, 2019 Share Posted February 26, 2019 Hi guy, i want to use MCM to toggle wether items are distributed via LVL lists or not.Adding them with AddForm() poses no issues. My question is in regards to properly removing them again. So lets say i have ModA, ModB and ListCModA uses papyrus to add entries to ListCModB does the same but also wants to remove items from ListC again without removing those added by modA As far as i understand revert() would clear items added by ModA as well as ModB is that correct? Are there any proven solutions or workarounds you could recommend? Link to comment Share on other sites More sharing options...
foamyesque Posted February 26, 2019 Share Posted February 26, 2019 Put what you want to add into an existing leveled list into a new leveled list with a ChanceNone controlled by a global, then insert that instead.Then, whenever you need to turn it on or off, flip the global between 0 and 100. Link to comment Share on other sites More sharing options...
testiger2 Posted February 26, 2019 Author Share Posted February 26, 2019 Brilliant! Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts