PlayLists[3] { //this plays at the beginning of the level PlayList "startmzk" { Priority 0 RemoveOnInterrupt FadeInTime 0.1 FadeOutTime 0.1 Tracks[2] { "st4bg1st" "st4bg1lp" } } PlayList "respawn1" { Priority 0 RemoveOnInterrupt FadeInTime 0.1 FadeOutTime 0.1 Tracks[2] { "st4bg1rs" "st4bg1lp" } } //you died PlayList "die" { Priority 100 ForceCutIn RemoveOnInterrupt FadeInTime 0.1 FadeOutTime 0.3 Tracks[1] { "neg01" } } }