Difference between revisions of "EquipItem"

110 bytes added ,  09:44, 28 July 2007
Added note on how to cancel the forced equip (flag)
imported>DragoonWraith
(CS 1.0)
imported>Haama
(Added note on how to cancel the forced equip (flag))
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.
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.


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