Indarello Posted September 5, 2021 Author Share Posted September 5, 2021 On 9/5/2021 at 2:44 AM, IsharaMeradin said: 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 EndEventthanks, that works Link to comment Share on other sites More sharing options...
Recommended Posts