Indarello Posted September 5, 2021 Author Share Posted September 5, 2021 Try the following and see if it meets your needs. Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer) (Self as ObjectReference).RemoveItem(akBaseItem,aiItemCount,false,akSourceContainer) ;remove original instance back to source - should be player (Self as ObjectReference).AddItem(akBaseItem,aiItemCount) ;add new instance of the base form to container EndEvent thanks, that works Link to comment Share on other sites More sharing options...
Recommended Posts