Difference between revisions of "EquipItemNS"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Added Spamless functions category)
imported>DragoonWraith
Line 7: Line 7:
Spamless version of [[EquipItem]].
Spamless version of [[EquipItem]].


==Notes==
== Notes ==
*Still makes the same '''EquipItem''' sound. See [[Message Spam]] for techniques that won't make the sound.
* Still makes the same '''EquipItem''' sound. See [[Message Spam]] for techniques that won't make the sound.
* EquipItemNS 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]] or [[UnequipItemNS]] to remove such an item before using EquipItem.


== See Also ==
== See Also ==

Revision as of 21:02, 14 February 2009


A command for Oblivion Script Extender

Syntax:

actor:ref.EquipItemNS item:base count:long

Spamless version of EquipItem.

Notes

  • Still makes the same EquipItem sound. See Message Spam for techniques that won't make the sound.
  • EquipItemNS 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 or UnequipItemNS to remove such an item before using EquipItem.

See Also