UnequipItem

From the CreationKit Wiki
Jump to navigation Jump to search

Description[edit | edit source]

UnEquipItem forces an actor to unequip an item.

Syntax:[edit | edit source]

[ActorID.]UnEquipItem ObjectID NoEquipFlag HideEquipMessage

Parameters[edit | edit source]

  • If NoEquipFlag = 1, actor (including the player) will be unable to equip the item. Once the item is equipped with the EquipItem function, the item can be equipped and unequipped as normal.
  • If HideEquipMessage = 1, the item unequipped message will be hidden from the player.

Papyrus Version[edit | edit source]

UnequipItem - Actor