Difference between revisions of "Dispel - ActiveMagicEffect"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Fg109 m (→See Also: added links) |
||
Line 24: | Line 24: | ||
== See Also == | == See Also == | ||
*[[ActiveMagicEffect Script]] | *[[ActiveMagicEffect Script]] | ||
*[[DispelSpell - Actor]] | |||
*[[DispelAllSpells - Actor]] |
Latest revision as of 17:05, 8 April 2012
Member of: ActiveMagicEffect Script
Will dispel this active magic effect.
Syntax[edit | edit source]
Function Dispel() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Dispel the 'it burns!' magic effect from the target
ItBurnsActiveEffect.Dispel()