Re: Temporarily replace overworld music?
Code:
AudioMan:ClearMusicQueue();
AudioMan:PlayMusic("Base.rte/Music/Watts/Last Man.ogg", -1, -1);
The first function stops the music currently playing I believe.
I don't remember what the last 2 arguments for the second function mean. One is probably how many times to loop the music (-1 for infinite).