Well, the problem came back. It's not working anymore, even though it's still working on the mission I used to test the command. I'm probably making a mistake in the description.ext file when I try to use the command. And yes, I have tried exiting the mission and going back in. Even restarting the application.
So here's my .ext.
Please tell me if you see anything that would cause it not to work!
class CfgSounds
{
sounds[] = {contactleft,supressive,combat1,mandown};
class contactleft
{
name = "contactleft";
sound[] = {\sound\contactleft.ogg, 1, 1.0};
titles[] = {};
};
class supressive
{
name = "supressive";
sound[] = {\sound\supressive.ogg, 1, 1.0};
titles[] = {};
};
class combat1
{
name = "combat1";
sound[] = {\sound\combat1.ogg, 1, 1.0};
titles[] = {};
};
class mandown
{
name = "mandown";
sound[] = {\sound\mandown.ogg, 1, 1.0};
titles[] = {};
};
};
My triggers say > esca say3d "mandown"; < ("esca" is the name of a vehicle)