[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "UnequipItem"
Jump to navigation
Jump to search
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]]. | ||
* | * See [[Message Spam]] to avoid unwanted "Item unequipped" messages. | ||
==See Also== | ==See Also== | ||
*[[UnequipItemNS]] | *[[UnequipItemNS]] - Spamless version of command (OBSE 15) | ||
*[[EquipItem]] | *[[EquipItem]] | ||
*[[ | *[[Message Spam]] - Avoiding message spam. | ||
Revision as of 19:52, 31 May 2008
Syntax:
UnequipItem ObjectID NoEquipFlag
Example:
UnequipItem FavoriteCuirass 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.
Notes
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
- UnequipItemNS - Spamless version of command (OBSE 15)
- EquipItem
- Message Spam - Avoiding message spam.