Difference between revisions of "RemoveSpell"

From the CreationKit Wiki
Jump to navigation Jump to search
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)
imported>Qazaaq
m (removed additional newlines)
 
Line 9: Line 9:
==Notes==
==Notes==
*The spells Flames (00012fcd) and Healing (00012fcc) cannot be removed from a player, neither via console nor script.
*The spells Flames (00012fcd) and Healing (00012fcc) cannot be removed from a player, neither via console nor script.


==See Also==
==See Also==
Line 16: Line 15:
==Papyrus Version==
==Papyrus Version==
[[RemoveSpell - Actor]]
[[RemoveSpell - Actor]]


[[Category:Console Commands]]
[[Category:Console Commands]]

Latest 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[edit | edit source]

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

See Also[edit | edit source]

AddSpell

Papyrus Version[edit | edit source]

RemoveSpell - Actor