Just use normal sound files, but I think you are using the wrong file
anyway then i call it in the description.ext like this
Code:onBriefingGear = "sound1";
onBriefingGroup = "sound2";
onBriefingNotes = "sound3";
onBriefingPlan "sound4";
rest of file here
That code should be in
init.sqs not in
description.extdescription.ext should have:
class sound1
{
name = "";
sound[] = {"\sound\sound1.ogg", 0.3, 1};
titles[] = {};
};
etc.
and how can you have it so its every time you cilck on the tags at the top of the page so its not just click on it once and you cant get the sound again
You can't. The sound is one time only.