Jump to content

[Script] OnItemAdded


Zorkaz

Recommended Posts

Having an issue with OnItemAdded, since it doesn't work

 

1.It runs on a container

2. 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

  • Recently Browsing   0 members

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