EquipItem

From the CreationKit Wiki
Jump to navigation Jump to search

Description[edit | edit source]

EquipItem forces an Actor to equip an item. It has two optional parameters:

  • If NoUnequipFlag = 1, the Actor (including the player) will be unable to unequip the item. Once the item is unequipped with the UnequipItem function, the item can be equipped and unequipped as normal.
  • If HideEquipMessage = 1, the item equipped message will be hidden from the player.

Syntax[edit | edit source]

[ActorID.]EquipItem ObjectID NoUnequipFlag HideEquipMessage

Papyrus Version[edit | edit source]

EquipItem - Actor