just trying to make the filter work, but it triggers on any item
(CookingIngredientsList) is a vanilla formlist which i have associated in the CK with the referenceAlias script
Scriptname invEventScript extends ReferenceAliasformlist property CookingIngredientsList autoEvent OnItemRemoved(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akDestContainer) AddInventoryEventFilter(CookingIngredientsList) Debug.MessageBox("event!")endEvent