Zorkaz Posted January 4, 2021 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
NoCashNoExp Posted January 4, 2021 Posted January 4, 2021 AddInventoryEventFilter(None) allows all items. This was mentioned in the documentation here.
Recommended Posts