Difference between revisions of "UnequipItem"

2 bytes added ,  06:18, 11 May 2007
m
oops, this one is UNequip...
imported>DragoonWraith
(get rid of those annoying messages!)
imported>DragoonWraith
m (oops, this one is UNequip...)
Line 12: Line 12:
*By default, using this function on the player will display a message informing the player that the item in question has been unequipped. In almost all situations, this is very annoying, but you can use a blank [[Message]] call to prevent it from happening, like so:
*By default, using this function on the player will display a message informing the player that the item in question has been unequipped. In almost all situations, this is very annoying, but you can use a blank [[Message]] call to prevent it from happening, like so:
<pre>Message ""
<pre>Message ""
player.EquipItem "item ID"</pre>
player.UnequipItem "item ID"</pre>


==See Also==
==See Also==