Difference between revisions of "UnequipItem"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Haama
(Like EquipItem)
Line 10: Line 10:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Actor Functions]]
[[Category:Object Functions]]

Revision as of 02:55, 15 December 2008

Description

UnEquipItem forces an actor to unequip an item.

Syntax:

[ActorID.]UnEquipItem ObjectID NoEquipFlag HideEquipMessage

Parameters

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