• 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] Level Cap script?

Rinkoou

Awful-Pun Master
54
Posts
7
Years
  • In the game I'm working on, I'm planning to add a mode where you will have a level cap depending on a variable that represents the level cap. Anybody know/have a script that I can use for this? Thanks!
     
    115
    Posts
    11
    Years
    • Seen May 17, 2023
    there's a script page called pbExperience.
    inside it, MAXLEVEL decides what the maximum level is. when you get exp you can't go over it.
    try replacing every "MAXLEVEL" with "$game_variables[7]" (replace 7 with your variable number). there may be other places you need to change.
     
    Back
    Top