Open main menu

UESPWiki β

Morrowind Mod:XGetBaseWil

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseWil returns the base (unmodifed) willpower for the NPC.

SyntaxEdit

willpower (float): ref->xGetBaseWil

ExampleEdit

long npcRef
float value

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

See AlsoEdit