Open main menu

UESPWiki β

Morrowind Mod:XRemoveSpell

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xRemoveSpell is a wrapper for the original RemoveSpell to take variables.

SyntaxEdit

ref->xRemoveSpell spellid (string), count (long)

ExampleEdit

long pcRef

Setx pcRef to xGetRef "Player"
pcRef->xRemoveSpell "frostbite" 1

See AlsoEdit