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
3 bytes added ,  12:58, 25 May 2007
m
imported>DragoonWraith
m (oh, and the See Also needed bullets.)
imported>DragoonWraith
m (→‎Notes: typo)
Line 13: Line 13:
==Notes==
==Notes==


*Using AddSpell to remove a spell to the player's repertoire will give a message informing the player of this. In certain situations, this can be very annoying, but using a call to a blank [[Message]] just before using AddSpell will prevent this. Like so:
*Using RemoveSpell to remove a spell to the player's repertoire will give a message informing the player of this. In certain situations, this can be very annoying, but using a call to a blank [[Message]] just before using AddSpell will prevent this. Like so:
<pre>Message ""
<pre>Message ""
player.RemoveSpell "spell ID"</pre>
player.RemoveSpell "spell ID"</pre>

Navigation menu