What I'm trying to do is make a transition for boss battles, whereas the music starts, then a picture with the name of the boss appears, and the transition between that and the battle with ABSOLUTELY no break in music.
It worked in RPG Maker 2K3, but I need help with XP.
Here's what I did:
Memorize BGM/BGS
Change Battle BGM to <the boss-battle music>
Play BGM <The boss-battle music>
...
Boss Encounter
Typographic representation:
My goal:
<-----------------Music----------------->
..............<Battle Transition SE>[/b]
The result:
<Music><Battle transition SE><music>
Is there a script that can bypass the transition SE, if that is the problem? Or does anyone here have a better solution?