Difference between revisions of "RemoveSpell"
Jump to navigation
Jump to search
get rid of those annoying messages! - apparently there was an article on this, but now it's included in the appropriate functions' pages - I think this way is better.
imported>Csimbi m (→See Also: - added link to preventing messages) |
imported>DragoonWraith (get rid of those annoying messages! - apparently there was an article on this, but now it's included in the appropriate functions' pages - I think this way is better.) |
||
Line 11: | Line 11: | ||
Endif | Endif | ||
==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: | |||
<pre>Message "" | |||
player.RemoveSpell "spell ID"</pre> | |||
==See Also== | ==See Also== |