OOps sorry, I forgot.........you will need to make a stringtable .csv file in your mission folder.
Use Notepad........and save as type all files and name stringtable.csv
Put this in the file
LANGUAGE,English,Comment
STR_CFG_MUSIC_TITLE,Displaytitle,
TITLE will be the title of your music file, in your case WAR
Displaytitle will be the title visible in the triggers Effects Section.
You will need a line like that for each music file you use.
Just noticed this:
sound[] = {\music\war.ogg, db + 0, 1.0};
Try this:
sound[] = {\music\war.ogg, db + 10, 1.0};
Planck