GetAnimalCompanionName
From NWN2Wiki
// Get oCreature's animal companion's name. // * Returns "" if oCreature is invalid, does not currently // have an animal companion or if the animal companion's name is blank. string GetAnimalCompanionName(object oTarget);
