EquipItem

From the Fallout3 GECK Wiki
Revision as of 00:49, 20 January 2009 by imported>SnakeChomp (ObjectID is not optional)
Jump to navigation Jump to search

Description

EquipItem forces an actor to equip an item.

Syntax:

[ActorID.]EquipItem ObjectID NoUnequipFlag HideEquipMessage

Parameters

  • If NoUnequipFlag = 1, actor (including the player) will be unable to unequip the item. Once the item is unequipped with the UnequipItem function, the item can be equipped and unequipped as normal.
  • If HideEquipMessage = 1, the item equipped message will be hidden from the player.