Difference between revisions of "RemoveSpell"

Jump to navigation Jump to search
267 bytes added ,  07:37, 15 June 2007
Extra spam info
imported>DragoonWraith
m (→‎Notes: typo)
imported>Haama
(Extra spam info)
Line 13: Line 13:
==Notes==
==Notes==


*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:
*Using RemoveSpell to remove a spell to the player's repertoire will give a message informing the player of this. In many situations, this is very annoying, but you can use a pair of blank [[Message]] calls to prevent it from happening, like so:
<pre>Message ""
<pre>Message " "
Message " "
player.RemoveSpell "spell ID"</pre>
player.RemoveSpell "spell ID"</pre>
This seems to shortcircuit the message display and will prevent any other messages from being queued or displayed for a couple of seconds, so please use it only if you are sure no other messages will be disrupted, or you would create a lot of message spam otherwise.


==See Also==
==See Also==
Anonymous user

Navigation menu