What happens to forms in a formlist when thier mod is remove

Post » Sat Jan 05, 2013 11:42 am

I have a arrow form list that when the player adds a new arrow type to their inventory (from what ever arrow mod) this gets added to the form list.

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
User avatar
Dona BlackHeart
 
Posts: 3405
Joined: Fri Dec 22, 2006 4:05 pm

Return to V - Skyrim