View Single Post
04-15-19, 01:32 AM   #1
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 322
Stop currently playing music

My goal is to start my own music in certain situations. E.g.:
Code:
PlaySoundFile("Sound\\Music\\ZoneMusic\\UlduarRaidInt\\UR_TitanOrchestraIntro.mp3", "Music")
But I obviously do not want the new music to play on top of the currently played game music but to temporarily replace it. Then, when my custom music piece is over I would like the standard music loop of the game to carry on.

Is it possible?
  Reply With Quote