• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Scripting Question] Changing BGM Mid battle?

Vxpor

Vxpor
77
Posts
5
Years
    • Seen May 15, 2024
    I want to do a trainer battle where half way through, the battle BGM changes to a faster, more intense version. Is there any way I can do this? (v17.2 btw)
     
    143
    Posts
    4
    Years
    • Seen Mar 26, 2024
    You'll have to figure out what halfway through means for you, but this method can be used to change the BGM mid battle:
    Code:
    pbBGMPlay("BGMName")
     
    Back
    Top