Jump to content

[LE] Using InventoryEventFilters to exclude


Cecell

Recommended Posts

In Skyrim SE, I'm currently using if akItem == someForm to exclude a single item inside an OnItemAdded event.

Is there a way to use an InventoryEventFilter to only exclude a single item, in essence inverting it?

Link to comment
Share on other sites

Unfortunately, no. At least not that I am aware of.

 

Well, I suppose, technically, you could use one or more form lists that contain every conceivable item that you do want to work with. But then you'd have to figure out some way to account for mod added items. And making patches to work with multiple mods is a royal PITA. Not to mention potentially confusing for the end user.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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