How do I save party member stats when they leave the party?

Ask and answer questions about making games and related topics. Unrelated topics go in that other forum.

Moderators: marionline, SDHawk

Post Reply
User avatar
Mammothstuds
Slime Knight
Posts: 103
Joined: Sun Mar 22, 2015 8:02 pm

How do I save party member stats when they leave the party?

Post by Mammothstuds »

I'm encountering a problem in the game i'm making. There's a point when one of the party members briefly leaves the party, and when I get him back, he's back at level 0 in essentially his "default" state. How do I have the party member keep his items, levels, moves, etc? Is that possible?
TMC
Metal King Slime
Posts: 4308
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Yes, just swap them out of the party, and swap them back in later. If the player has access to the Team menu (to swap hereos in/out of the active party), you can lock the hero after swapping them out to hide them from the Team menu. Unlock them before swapping back in.
You can do all that with textbox conditionals or scripts.
User avatar
Mammothstuds
Slime Knight
Posts: 103
Joined: Sun Mar 22, 2015 8:02 pm

Post by Mammothstuds »

TMC wrote:Yes, just swap them out of the party, and swap them back in later. If the player has access to the Team menu (to swap hereos in/out of the active party), you can lock the hero after swapping them out to hide them from the Team menu. Unlock them before swapping back in.
You can do all that with textbox conditionals or scripts.
Thank you so much! You're a legend.
Post Reply