ActionEquipItem
From NWN2Wiki
// 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);
