Difference between revisions of "EquipItem"

39 bytes added ,  05:15, 28 June 2006
Documenting actor functions ...
imported>Maturin
 
imported>Khadir
(Documenting actor functions ...)
Line 1: Line 1:
{{ActorFunction}}
'''Syntax:'''
'''Syntax:'''
  EquipItem ObjectID NoUnequipFlag
  [''ActorID''.]EquipItem ''ObjectID'' ''NoUnequipFlag''
'''Example:'''
'''Example:'''
  EquipItem FavoriteCuirass
  EquipItem FavoriteCuirass
  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.


==See Also==
==See Also==
[[UnequipItem]]
* [[UnequipItem]]
 


[[Category: Functions]]
[[Category: Functions]]
[[Category: Object Functions]]
[[Category: Object Functions]]
Anonymous user