you need to put this in your description.ext file
class CfgIdentities
{
class guy
{
name = "guys name";
face = "face1";
glasses = "none";
speaker = "John";
pitch = 1.00;
};
};
change the speaker line to whatever voice you want, then put this in the units init field
this setidentity "guy";