Zorkaz Posted September 11, 2022 Share Posted September 11, 2022 Having an issue with OnItemAdded, since it doesn't work 1.It runs on a container2. TheFormlist is empty as it should accept all kinds of items Event OnInit() Self.AddInventoryEventFilter(BVAEmptyFormlist) EndEvent Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer) BVAItemAddedDebugMsg.show() EndEvent Link to comment Share on other sites More sharing options...
Zorkaz Posted September 11, 2022 Author Share Posted September 11, 2022 Self.AddInventoryEventFilter(None) does the trick Link to comment Share on other sites More sharing options...
LarannKiar Posted September 13, 2022 Share Posted September 13, 2022 Be careful with AddInventoryEventFilter(None) as OnItemAdded can get overloaded if one places thousands items in the container at once. Link to comment Share on other sites More sharing options...
Recommended Posts