Jump to content

Recommended Posts

Posted

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 ListC

ModA uses papyrus to add entries to ListC

ModB 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?

 

Posted

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...