• 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] Is it possible to make other pokemon levels change with Gym Badges?

1
Posts
3
Years
    • Seen Jul 14, 2020
    Hello. I just got pokemon essentials and i was wondering if scaling levels based on gym badges is possible. Like if you have 1 badge the guy has a Lvl 15 Rattata, but if have none he has a level 5. Is there a script that can do this?
     
    277
    Posts
    15
    Years
  • You would need to check for badges in the Event:

    Conditional Branch: Defeated Gym 1 == On
    (battle with level 15 Rattata here)
    else
    (battle with level 5 Rattata here)
    end

    You aren't just limited to checking for 1 gym, you can create an event that has different battles based of if the player has all the badges if you wanted to.
     
    Back
    Top