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.
I've been trying to create a new evolution method for a Fakemon in Pokémon Essentials V.21.1.
The evolution method should work like this: once the Pokémon reaches a certain level and defeats a Dragon-type Pokémon (just as an example), it should evolve.
However, I haven't been able to get it...
Hey!
I'm currently working on a fan game, and I want to change the maximum party size from 4 to 6 members.
I attempted the following in the script editor under the "Settings" section of RPG Maker XP:
MAX_PARTY_SIZE = $game_variables[60]
Here, the value in the brackets is the ID number of the...