EquipItem
Revision as of 23:49, 19 January 2009 by imported>SnakeChomp (ObjectID is not optional)
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.