Difference between revisions of "EquipItem"

315 bytes added ,  06:16, 11 May 2007
get rid of those annoying messages!
imported>Scruggs
imported>DragoonWraith
(get rid of those annoying messages!)
Line 22: Line 22:
   set equipDelay to -1 ; finished
   set equipDelay to -1 ; finished
endif</pre>
endif</pre>
*By default, using this function on the player will display a message informing the player that the item in question has been equipped. 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 ""
player.EquipItem "item ID"</pre>


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