Qwertyis666
Dragon Trainer Since 1996
- 60
- Posts
- 11
- Years
- Quebec, Canada
- Seen Sep 10, 2020
Hello everyone! I'm working back on my game (Pokemon Korano) and I have a little question about maximum level:
I want to change the maximum level you can up your Pokemon (to prevent grindind,etc) with every gym leader you beat.
Let's me explain; went you start, the maximum level will be cap at 15, after you earn the first badge the cap will be 20, etc, etc.
I know in Settings script section (first one) there is the max level setting (MAXIMUMLEVEL=100) so I change it to MAXIMUMLEVEL=$game_variables[77], where variable 77 is my current lvl cap.
But i always got a error went the ''[ ]'' are a syntax error...
Oh and I'm on Pokemon Essentials V.14
Anyone can help me with this?
Thanks in advance and sorry for my bad english :)
I want to change the maximum level you can up your Pokemon (to prevent grindind,etc) with every gym leader you beat.
Let's me explain; went you start, the maximum level will be cap at 15, after you earn the first badge the cap will be 20, etc, etc.
I know in Settings script section (first one) there is the max level setting (MAXIMUMLEVEL=100) so I change it to MAXIMUMLEVEL=$game_variables[77], where variable 77 is my current lvl cap.
But i always got a error went the ''[ ]'' are a syntax error...
Oh and I'm on Pokemon Essentials V.14
Anyone can help me with this?
Thanks in advance and sorry for my bad english :)