Difference between revisions of "EquipItem"

4 bytes removed ,  09:45, 28 July 2007
Changed "Object" to "Item"
imported>Haama
(Added note on how to cancel the forced equip (flag))
imported>Haama
(Changed "Object" to "Item")
Line 5: Line 5:
  player.EquipItem CursedHelm 1
  player.EquipItem CursedHelm 1


Forces the actor to equip the object. If NoUnequipFlag = 1, actor (including the player) will be unable to unequip the object. Once the item is unequipped with the [[UnEquip]] function, the item can be equipped and unequipped as normal.
Forces the actor to equip the item. If NoUnequipFlag = 1, actor (including the player) will be unable to unequip the item. Once the item is unequipped with the [[UnEquip]] function, the item can be equipped and unequipped as normal.


==Notes==
==Notes==
Anonymous user