- Joined
- Aug 10, 2014
- Messages
- 13
- Reaction score
- 5
- First Language
- English
- Primarily Uses
hello everyone!
I know how to adjust the party size
in script editor
by editing this in Game_Party
def max_battle_members
return 4 - changing 4 to 3 or how many do you like
end
but I want to know how to change that using a script call
is it possible?
I just want to reduce the party size to 3 temporarily then return to 4 again later
thanks in advance
I know how to adjust the party size
in script editor
by editing this in Game_Party
def max_battle_members
return 4 - changing 4 to 3 or how many do you like
end
but I want to know how to change that using a script call
is it possible?
I just want to reduce the party size to 3 temporarily then return to 4 again later
thanks in advance


