Open main menu

UESPWiki β

Morrowind Mod:XSetValue

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xSetValue sets the gold value of the object. Returns 1 if successful, 0 if failed.

SyntaxEdit

success (long): ref->xSetValue value (long)

ExampleEdit

long itemref
long success
long value

set value to 100
setx success to itemref->xSetValue value

See AlsoEdit