Jump to content

Getting leveled item list


pcaviator

Recommended Posts

It is possible with SKSE functions, assuming these all work as intended:

; SKSE additions built 2015-05-24 00:46:48.937000 UTC
int function GetChanceNone() native
Function SetChanceNone(int chance) native

GlobalVariable Function GetChanceGlobal() native
Function SetChanceGlobal(GlobalVariable glob) native

int Function GetNumForms() native
Form Function GetNthForm(int n) native

int Function GetNthLevel(int n) native
Function SetNthLevel(int n, int level) native

int Function GetNthCount(int n) native
Function SetNthCount(int n, int count) native
Link to comment
Share on other sites

  • Recently Browsing   0 members

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