Open main menu

UESPWiki β

Morrowind Mod:XGetBaseLuc

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseLuc returns the base (unmodifed) luck for the NPC.

SyntaxEdit

luck (float): ref->xGetBaseLuc

ExampleEdit

long npcRef
float value

Setx npcRef to xGetRef "relevant_npc"
Setx value to npcRef->xGetBaseLuc

See AlsoEdit