Difference between revisions of "UnequipItem"

177 bytes removed ,  19:55, 31 May 2008
Consolidate no spam. Cleanup.
imported>Wrye
(Consolidating no spam info.)
imported>Wrye
(Consolidate no spam. Cleanup.)
Line 4: Line 4:
  UnequipItem FavoriteCuirass
  UnequipItem FavoriteCuirass
  player.UnequipItem AmuletOfKings 1
  player.UnequipItem AmuletOfKings 1


Forces the actor to unequip the object. If NoEquipFlag = 1, actor (including the player) will be unable to equip the object.
Forces the actor to unequip the object. If NoEquipFlag = 1, actor (including the player) will be unable to equip the object.
==Notes==
*'''[[Generic Unequip]]:'''
UnequipItem requires that the base object be specified. For a single script that works for different items, see [[Generic Unequip]].
* See [[Message Spam]] to avoid unwanted "Item unequipped" messages.


==See Also==
==See Also==
Line 18: Line 11:
*[[EquipItem]]
*[[EquipItem]]
*[[Message Spam]] - Avoiding message spam.
*[[Message Spam]] - Avoiding message spam.
 
*[[Generic Unequip]] - Unequipping an item knowing its editor id.


[[Category: Functions]]
[[Category: Functions]]
Anonymous user