[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
m
→Notes: typo
imported>DragoonWraith m (oh, and the See Also needed bullets.) |
imported>DragoonWraith m (→Notes: typo) |
||
Line 13: | Line 13: | ||
==Notes== | ==Notes== | ||
*Using | *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> |