UnequipItem

Revision as of 17:13, 2 December 2011 by imported>Scornett-Bot (Script running global find and replace: = for '''=)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DescriptionEdit

UnEquipItem forces an actor to unequip an item.

Syntax:Edit

[ActorID.]UnEquipItem ObjectID NoEquipFlag HideEquipMessage

ParametersEdit

  • 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 VersionEdit

UnequipItem - Actor