Morrowind Mod:XGetProgressLevel

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

A function from MWSE update by Merzasphor.

Returns the current progress to the next level.

Syntax[edit]

value (long): ref->xGetProgress

Example[edit]

; Gets the player's progress to next level and stores it in currProgress.
long pcRef
long currProgress
setx pcRef to xGetRef, "player"
setx currProgress to pcRef->xGetProgressLevel

See Also[edit]

xSetProgressLevel