Recent content by LaiffooL

  1. L

    [Scripting Question] Evolution by defeating a Pokemon of a specific type

    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...
  2. L

    [Question] Changing Party size

    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...
Back
Top