Zorkaz Posted January 4, 2021 Share Posted January 4, 2021 So I have this very simple script on a container - just for testing. Yet the Event never fires. Since I want to be able to put all kinds of items in it I didn't add an Inventory Filter Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer) FVMessage.show() Self.RemoveComponents(c_oil, 1) EndEvent Link to comment Share on other sites More sharing options...
NoCashNoExp Posted January 4, 2021 Share Posted January 4, 2021 AddInventoryEventFilter(None) allows all items. This was mentioned in the documentation here. Link to comment Share on other sites More sharing options...
Recommended Posts