Difference between revisions of "UnequipItem"

179 bytes added ,  01:16, 26 May 2008
→‎Notes: Generic Unequip
imported>Fella
imported>Wrye
(→‎Notes: Generic Unequip)
Line 9: Line 9:


==Notes==
==Notes==
'''[[Generic Unequip]]:'''
UnequipItem requires that the base object be specified. For a single script that works for different items, see [[Generic Unequip]].


*By default, using this function on the player will display a message informing the player that the item in question has been unequipped. player. In many situations, this is very annoying, but you can use a pair of blank [[Message]] calls to prevent it from happening, like so:
'''Message Spam:'''
By default, using this function on the player will display a message informing the player that the item in question has been unequipped. player. 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 " "
Message " "
Anonymous user