• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Selene, Mint, Solana - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Encounter Modifier Help

  • 2
    Posts
    11
    Years
    • Seen Oct 22, 2016
    Right now, I'm using the PokemonEncounterModifier script to allow for more than 12 encounters in one area. It works fine, except for one thing: the Pokemon keep their original names.
    To go in and change each name individiually would take a very long time(there are more than 100 encounters), so is there any way to automatically change the Pokemon's name to match their species?
     
    Right now, I'm using the PokemonEncounterModifier script to allow for more than 12 encounters in one area. It works fine, except for one thing: the Pokemon keep their original names.
    To go in and change each name individiually would take a very long time(there are more than 100 encounters), so is there any way to automatically change the Pokemon's name to match their species?

    Can you show us what exactly your modifier is?
    I would assume something like
    Code:
    pokemon.name=PBSpecies.getName(pokemon.species)
    would work, but it's hard to know for sure without the context.
     
    The code you posted is functional, the Pokemon have their real names now. Thank you!
     
    Back
    Top