Ok,Ok,
I've managed to get the description and stringable files written,but my radio won't work. I call the the first one with a waypoint and the second with a trigger. when both are tripped I get the static and text but not the speech. Also both are supposed to play during a cutscene with background music.
//Made with OP:DLC Radio
class CfgRadio
{
class Helo1
{
name = "Helo1";
sound[] = {"Helo1.ogg", db+85, 1.0};
title = $STRM_Helo1;
};
class Helo2
{
name = "Helo2";
sound[] = {"Helo2.ogg", db+85, 1.0};
title = $STRM_Helo2;
};
};
Old_Man