• 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.

Recent content by skraby

  1. S

    Script: Pokemon Outbreaks

    Any chance of this getting updated for essentials v19?
  2. S

    [Scripting Question] EncounterModifiers for unique battle music in 19.1

    I've actually managed to figure it out on my own, and it works perfectly! It goes like this now: if pokemon.species==:NAME $PokemonGlobal.nextBattleBGM="UNIQUESONG.ogg" else $PokemonGlobal.nextBattleBGM="DEFAULTSONG.ogg" end } You can also write it like this if you want to have...
  3. S

    [Scripting Question] EncounterModifiers for unique battle music in 19.1

    NOTE: I figured out a working solution for this! See it in the comments section below! I've seen it recommended in several different places that if you want to change the battle music for any encounter of a specific species, you can put this: Events.onWildPokemonCreate += proc { |_sender, e|...
Back
Top