Difference between revisions of "RemoveSpell"
Jump to navigation
Jump to search
imported>Quetzilla |
imported>Wrye (Consolidate nospam info.) |
||
Line 10: | Line 10: | ||
Addspell WeirdAbility | Addspell WeirdAbility | ||
Endif | Endif | ||
==See Also== | ==See Also== | ||
* [[RemoveSpellNS]] | * [[RemoveSpellNS]] - Spamless version of command (OBSE 15). | ||
* [[AddSpell]] | * [[AddSpell]] | ||
* [[ | * [[Message Spam]] - Avoiding it. | ||
[[Category: Functions]] | [[Category: Functions]] |
Revision as of 19:01, 31 May 2008
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:
RemoveSpell SpellID
Examples:
RemoveSpell DisTickleBritch
If Removespell WeirdAbility == 0 ; Toggle Ability on/off Addspell WeirdAbility Endif
See Also
- RemoveSpellNS - Spamless version of command (OBSE 15).
- AddSpell
- Message Spam - Avoiding it.