Cecell Posted October 8, 2021 Share Posted October 8, 2021 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 More sharing options...
IsharaMeradin Posted October 8, 2021 Share Posted October 8, 2021 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 More sharing options...
Cecell Posted October 8, 2021 Author Share Posted October 8, 2021 (sigh) kinda what I figured. Ok thank you! Link to comment Share on other sites More sharing options...
Recommended Posts