NWN2Wiki
No edit summary
No edit summary
 
Line 9: Line 9:
 
{{ScriptCategory|Item|{{PAGENAME}}}}
 
{{ScriptCategory|Item|{{PAGENAME}}}}
 
{{ScriptCategory|Inventory|{{PAGENAME}}}}
 
{{ScriptCategory|Inventory|{{PAGENAME}}}}
  +
{{ScriptCategory|PC|{{PAGENAME}}}}

Latest revision as of 11:42, 5 October 2006

// Equip oItem into nInventorySlot.
// - nInventorySlot: INVENTORY_SLOT_*
// * No return value, but if an error occurs the log file will contain
//   "ActionEquipItem failed."
void ActionEquipItem(object oItem, int nInventorySlot);