Jump to content

Chest to add ingame armors and weapons to leveled list


RadMonkey

Recommended Posts

It is possible. But you'd need to know which leveled list you want the item added to. You'd probably need one chest per leveled list if you're dealing with more than one list for the same object types.

 

I don't want to do this myself. But to give whomever a head start. Most basic script, goes on the container. Needs tested for compilation and function.

ScriptName SomeScript Extends ObjectReference

LeveledList Property SomeLeveledList Auto
Int Property LevelToAddTo Auto
Int Property QuantityToAddTo Auto

Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer)
  SomeLeveledList.AddForm(akBaseItem,LevelToAddTo,QuanityToAddTo)
EndEvent
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...