- 2
- Posts
- 121
- 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!
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!