Open main menu

UESPWiki β

Morrowind Mod:XGetBaseStr

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseStr returns the base (unmodifed) strength for the NPC.

SyntaxEdit

strength (float): ref->xGetBaseStr

ExampleEdit

long npcRef
float value

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

See AlsoEdit