Open main menu

UESPWiki β

Morrowind Mod:XGetBaseAgi

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseAgi returns the base (unmodifed) agility for the NPC.

SyntaxEdit

agility (float): ref->xGetBaseAgi

ExampleEdit

long npcRef
float value

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

See AlsoEdit