NWN2Wiki
Advertisement
//RWT-OEI 09/14/05
//Given an object ID, returns the roster name that object has in the
//roster list, if that object is found in the roster list at all.
//If the object is not found, then the return value will be an empty
//string
string GetRosterNameFromObject( object oCreature );
Advertisement