Arma 3 Editor Tutorial - How To Set Up Multiple Custom Sounds In Your Mission

How To Set Up Multiple Custom Sounds In Your Mission Let's Go For 15 Likes! Discord - https://discordapp.com/invite/qgZ3fV2 Twitch -   / ruthlessreformed   Steam Group - http://steamcommunity.com/groups/Ruth... Donate to support my channel - https://streamlabs.com/ruthlessreformed Code for description.ext - class CfgSounds { sounds[] = {}; class soundname { name = "soundname"; sound[] = {"sound\soundname.ogg", 1,1}; titles[] = {}; }; class soundname { name = "soundname"; sound[] = {"sound\soundname.ogg", 1,1}; titles[] = {}; }; } Trigger code - Playsound "soundname";