// Sound downloads relative to the sounds-folder // eg. consnd/joinserver.mp3 // NOT sound/consnd/joinserver.mp3 // !! SOUND FILES ONLY !! // Note: The first supplied sound will be the default for players who haven't made their choise yet. "IntroSounds" { "My 1st intro option" { "path" "consnd/joinserver.mp3" } "My 2nd intro option" { "path" "consnd/someothersound.mp3" } "My 3rd intro option" { "path" "consnd/someothersound.mp3" } }