Difference between revisions of "UnequipItem"

589 bytes removed ,  19:52, 31 May 2008
Consolidating no spam info.
imported>Quetzilla
imported>Wrye
(Consolidating no spam info.)
Line 12: Line 12:
UnequipItem requires that the base object be specified. For a single script that works for different items, see [[Generic Unequip]].
UnequipItem requires that the base object be specified. For a single script that works for different items, see [[Generic Unequip]].


*'''Message Spam:'''
* See [[Message Spam]] to avoid unwanted "Item unequipped" messages.
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 " "
Message " "
player.UnequipItem "item 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. [[Avoiding Message Spam|Here]] are some alternative methods that don't disrupt other messages.
*OBSE 0015 provides [[UnequipItemNS]] which works exactly the same as UnequipItem but without displaying any messages.


==See Also==
==See Also==
*[[UnequipItemNS]]
*[[UnequipItemNS]] - Spamless version of command (OBSE 15)
*[[EquipItem]]
*[[EquipItem]]
*[[Preventing messages]]
*[[Message Spam]] - Avoiding message spam.




Anonymous user