Open main menu

UESPWiki β

Morrowind Mod:XSetQuality

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

XSetQuality sets the quality of alchemical apparatus, lockpick, probe, and repair tool items. Returns 1 if successful, 0 if failed.

In v0.9.4a, this function didn't work with lockpicks. This is fixed in the MWSE update released by Merzasphor.

SyntaxEdit

success (long): ref->xSetQuality quality (float)

ExampleEdit

long success
long itemRef
float quality

set quality to 100
setx success to itemRef->XSetQuality quality

See AlsoEdit