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.

See Also

EquipItem