Open main menu

UESPWiki β

Morrowind Mod:XGetProgressLevel

< Mod / Morrowind: Morrowind Mod: MWSE

A function from MWSE update by Merzasphor.

Returns the current progress to the next level.

SyntaxEdit

value (long): ref->xGetProgress

ExampleEdit

; 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 AlsoEdit