But I was wondering what happens if the player removes the mod the new arrow came from? Will the formlist "break" and not work anymore?
Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer)if akBaseItem As Ammoif aadpArrowFormList.HasForm(akBaseItem) == falseaadpArrowFormList.AddForm(akBaseItem)endifendifendevent