[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.
UnequipItem
Revision as of 20:15, 30 May 2006 by imported>Diablerie (Does not trigger OnUnequip)
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.
Note: This command does not trigger a "Begin OnUnequip" block on the item.