[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "RemoveSpell"
Jump to navigation
Jump to search
no edit summary
imported>RobRendell (Added a comment about the return value of RemoveSpell, which actually returns something useful.) |
imported>Aubray1741 |
||
Line 1: | Line 1: | ||
Removes the specified spell from the caller's spell list. This function returns 1 if the spell is successfully removed from the caller, and 0 if the spell cannot be removed (e.g. if they don't have the spell in their spell list in the first place) | |||
'''Syntax:''' | '''Syntax:''' | ||
RemoveSpell SpellID | RemoveSpell SpellID | ||
'''Example:''' | '''Example:''' | ||
RemoveSpell DisTickleBritch | RemoveSpell DisTickleBritch | ||
==See Also== | ==See Also== | ||
[[AddSpell]] | [[AddSpell]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Magic Functions]] | [[Category: Magic Functions]] |