void UnEquip(object oNPC,int nSlot) { //subroutine to unequip each item object oItem=GetItemInSlot(nSlot,oNPC); if (GetIsObjectValid(oItem)) { AssignCommand(oNPC,ActionUnequipItem(oItem)); ActionTakeItem(oItem, oNPC);//this is all i needed for a res...
[Read More]