Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
Again!? It's already happened once, when the forum changed to SMF. That's odd.
You can try to remove the tags or download version 3.2 (the demo with multiple parties). I will not be able to fix that before this weekend. :S
The square brackets [] indicate an array that references the Actor number of the characters you want to keep locked in your party, so that only one slot is available. If you wish to have no actor in that particular slot, then use "nil" in place of a number.
Alterations to what? The script makes it so you simply have to scroll through the Menu window when selecting a character, and the same goes for battles if you're using the Large Party script.
The Shop Status window, which displays whether there's an improvement or not comparing equipment you're purchasing to equipment that's already in use, only shows four characters, but with a little bit of editing to the y-values in Window_ShopStatus, this can be fixed.
@jbrist
What kind of error is it? This line should not be a problem unless the @members variable has been altered.
I have updated the script to version 3.3, you probably should try this one.
I think you messed up on the spoiler code, lol. I'll try this out, I wasn't able to test out my game at all. I even tried removing the script and th same error popped up.
EDIT: Tried to test my game with the updated script, but the Party Changer (Menu) is still giving me the same error.
Ugggh, I dont know why but it seems that there's a limit of post lenght. Half of the post is missing! I'll upload all scripts as a .txt file and host in on my website.
Could you please reupload the demo? The link is fine but the demo is broken (I downloaded 3 times and get the same error) (><) Thank you if you help me
Dargor will you be updating this as I would really love it to work in my game, but the Version 3.3 isn't fully posted, I think something happened with your spoiler, and the one in the demo gives me so many errors.
Dargor will you be updating this as I would really love it to work in my game, but the Version 3.3 isn't fully posted, I think something happened with your spoiler, and the one in the demo gives me so many errors.
"Ugggh, I dont know why but it seems that there's a limit of post lenght. Half of the post is missing! I'll upload all scripts as a .txt file and host in on my website.
Sorry for that."
I already told him about it, lol. That is what he had to say.
Is there something I'm missing here ? I insert the script, testplay, nothing has changed, but when I go into battle it says Party, as soon as I press it it says Actor_Arshes is not found or something.
@jbrist
You mean, there is a party command in the battle scene? If so, yes it's normal. It's the party changer in battle. You probably got the Actor_Arshes is not found error because you don't have the image Actor_Arshes in your pictures folder. It's used to show face graphics in the party changer, you can turn off the option by setting @use_custom_graphic to false. This variable is located in Game_Temp, in the party changer script obviously.