0 Members and 1 Guest are viewing this topic.
"LANGUAGE","English","Comment","STRM_hello","Hello, my name is bob.","bob talking",
class CfgSounds{   sounds[] =    {Officer1,Officer2,Officer3   };   class Officer1   {      name = "Officer1";      sound[] = {"Officer1.ogg", db-0, 1.0};      titles[] =       {         0, $STRM_Officer1,      };   };   class Officer2   {      name = "Officer2";      sound[] = {"Officer2.ogg", db-0, 1.0};      titles[] =       {         0, $STRM_Officer2,      };   };   class Officer3   {      name = "Officer3";      sound[] = {"Officer3.ogg", db-0, 1.0};      titles[] =       {         0, $STRM_Officer3,      };   };};
LANGUAGE,English,Comment,STRM_Officer1,"Okay, Joe. This day could get pritty hot. We're going to strike four Russian bases",STRM_Officer2,"The base in Le Port, two docks and a small outpost.",STRM_Officer3,"But, let's get down to the mission spesific shall we?",