Morrowind Mod:XExplodeSpell
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Morrowind: Morrowind Mod: MWSE
A function from the MWSE update by Merzasphor.
Wrapper for ExplodeSpell.
Syntax[edit]
ref->xExplodeSpell spellId (string ref)
Example[edit]
; Explodes a spell using a string variable on the player's target. long target setx target to xGetPCTarget long spellId setx spellId to xStringBuild "trap_frost00" target->xExplodeSpell spellId