I've created a mission with radio chatter but everytime the radio is activated the name of the unit saying it never comes up. Instead it will be something like Kilo Black 1 "radio message". I've created an identity in the description.ext and used the setidentity command but it still doesn't put the correct name in front of the radio message text. Here's the indentity set up in the description.ext
class cobraone
{
name = "Cobra Lead";
face = "face56";
glasses = "none";
speaker = "Adam";
pitch = 1.00;
};
and i've used this setidentity "cobraone" in the init line for that unit. It still doesn't seem to work. Any ideas?