Open main menu

UESPWiki β

Morrowind Mod:XGetBasePer

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBasePer returns the base (unmodifed) personality for the NPC.

SyntaxEdit

personality (float): ref->xGetBasePer

ExampleEdit

long npcRef
float value

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

See AlsoEdit