Game Overlord Posted January 27, 2009 Share Posted January 27, 2009 Is their any scripting function that would allow to make the player eat an food item? Link to comment Share on other sites More sharing options...
SpeedyB64 Posted January 27, 2009 Share Posted January 27, 2009 EquipItemFrom GECKDescription 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. From the G.E.C.K. wiki so the command would be: player.EquipItem objectID 0 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.