EquipItem

From the Fallout3 GECK Wiki
Revision as of 10:08, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.