EquipItemSilent

From the Oblivion ConstructionSet Wiki
Revision as of 17:57, 7 June 2012 by imported>QQuix (Fixed the OBSE category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

actor:ref.EquipItemSilent item:base count:long

OBSE version of EquipItem that does not create Message Spam or play sounds.

Notes[edit | edit source]

  • EquipItemSilent will not work if there is already an item in that slot that has been equipped with the NoUnequipFlag set. This can be useful for determining whether or not that flag has been set. Use UnequipItem, UnequipItemNS or UnequipItemSilent to remove such an item before using EquipItemSilent.

See Also[edit | edit source]