Open main menu

UESPWiki β

Morrowind Mod:XExplodeSpell

< Mod / Morrowind: Morrowind Mod: MWSE

A function from the MWSE update by Merzasphor.

Wrapper for ExplodeSpell.

SyntaxEdit

ref->xExplodeSpell spellId (string ref)

ExampleEdit

; 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 AlsoEdit