Open main menu

UESPWiki β

Morrowind Mod:XGetBaseInt

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseInt returns the base (unmodifed) intelligence for the NPC.

SyntaxEdit

intelligence (float): ref->xGetBaseInt

ExampleEdit

long npcRef
float value

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

See AlsoEdit