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

From the Oblivion ConstructionSet Wiki
Revision as of 20:15, 30 May 2006 by imported>Diablerie (Does not trigger OnUnequip)
Jump to navigation Jump to search

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.

See Also

EquipItem