EquipItem

DescriptionEdit

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.

SyntaxEdit

[ActorID.]EquipItem ObjectID NoUnequipFlag HideEquipMessage

Papyrus VersionEdit

EquipItem - Actor