Open main menu

UESPWiki β

Morrowind Mod:XGetBaseGold

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseGold returns the base amount of barter gold assigned to the NPC (or creature) in the Construction Set. This is the value that resets automatically each day.

SyntaxEdit

gold (long): ref->xGetBaseGold

ExampleEdit

long npcRef
long result

Setx npcRef to xGetRef, "npc"
Setx result to npcRef->xGetBaseGold

See AlsoEdit