Difference between revisions of "RemoveSpell"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jugg3r
imported>Qazaaq
(nowhere on that page it states that it's a bug, statement and link removed as it doesn't give anymore information than stated here)
Line 7: Line 7:
Removes the specified spell from the actor's spell list.
Removes the specified spell from the actor's spell list.


'''Note:'''<br>
==Notes==
The spells Flames (00012fcd) and Healing (00012fcc) cannot be removed from a player, neither via console nor script. This is propably a bug, stated on the [http://elderscrolls.wikia.com/wiki/Flames#Trivia elderscrolls.wiki/Flames#Trivia]
*The spells Flames (00012fcd) and Healing (00012fcc) cannot be removed from a player, neither via console nor script.





Revision as of 06:16, 9 March 2012

Syntax:

actorRef.RemoveSpell SpellID

Examples:

Player.RemoveSpell 000CAF8A (AbIceWraithFX)

Removes the specified spell from the actor's spell list.

Notes

  • The spells Flames (00012fcd) and Healing (00012fcc) cannot be removed from a player, neither via console nor script.


See Also

AddSpell

Papyrus Version

RemoveSpell - Actor