UnequipItemSilent

Revision as of 14:17, 23 August 2011 by imported>XJDHDR (Creation of new page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:OBSE v0020 A command for Oblivion Script Extender

Syntax:

actor:ref.UnquipItemSilent item:base count:long

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

NotesEdit

  • UnequipItemSilent (as well as UnequipItem and UnequipItemNS) are the only ways to remove items that have been equipped with EquipItem with its "no-unequip" flag set to 1. To check for this flag before calling UnequipItem (to avoid unequipping items that you shouldn't), try using EquipItem without the flag on another item that uses the same slot. If the flag has been set on the currently equipped item, the script will be unable to equip a new item over it.

See AlsoEdit