• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • 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.

[Question] Changing Party size

  • 2
    Posts
    168
    Days
    • Seen Apr 27, 2025
    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 variable.
    Unfortunately, the game crashes when I try this. I'm not sure if the approach itself is viable or if I'm missing something. Does anyone have any ideas on how to do what I wanna do?
    Any help would be greatly appreciated!
     
    Back
    Top