Morrowind Mod:XExplodeSpell

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

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

See Also[edit]

ExplodeSpell