Hey all. I'm currently working on a game where one of the features is shifting between two similar worlds. When you shift worlds, two versions of the same song are playing simultaneously in the BGM and BGS channels, so that you can shift seamlessly into the other map without restarting either song. The way I have it set up is as such: Map 1 Song 1: BGM Volume 100 Song 2: BGS Volume 0 When you shift to the other world: Map 2 Song 1: BGM Volume 0 Song 2: BGS Volume 100 So far, this has worked a lot better than I had expected it to. But there is one problem I'm running into. On Map 2, the victory fanfare (ME channel) gets overridden by the BGS channel, so only the first second or so gets played before BGS kicks in. Map 1 works fine because ME seems to take priority over BGM.
So what I need is this: I'm looking to see if someone knows if there's a simple script available to delay BGS for a few seconds, so that the fanfare will play.
Thanks in advance!