PlayLists[4] { //this plays at the beginning of the level PlayList "startmzk" { Priority 0 RemoveOnInterrupt FadeInTime 0.1 FadeOutTime 0.7 Tracks[1] { "d3bg1" } } PlayList "respawn1" { Priority 0 RemoveOnInterrupt FadeInTime 0.1 FadeOutTime 0.7 Tracks[2] { "d3rs" "d3bg1" } } //win PlayList "youwin" { Priority 18 RemoveOnInterrupt FadeInTime 0.1 FadeOutTime 0.3 Tracks[1] { "d3win" } } //you died PlayList "die" { Priority 100 ForceCutIn RemoveOnInterrupt FadeInTime 0.1 FadeOutTime 0.3 Tracks[1] { "neg01" } } }