Hey all,
Right now I have a good event system to switch between two parties. Unfortunately, it has the limitation that I pre-chose the parties and who the leaders are, so that it removes just those characters and puts the opposite party's lead character's sprite as a 'dummy' event to show where the other party's position is.
This works fine for now, but at some point I'd like to make it so you could have 2+ teams working together that have player-selected parties and leaders.
In that case, I would need the scripts necessary to make the events work.
I'm not sure exactly what I need, and maybe this should go into the script request section, but I put it here because I think it's more of a syntax issue.
How can I do the following things?
A: Store a party with all members, but not items/gold, remove them from the map and then put that party's lead character's sprite as a dummy event to show their position.
B: Retrieve the party data and basically to A to the other team?
I know this may sound confusing, so if so let me know and I can try to explain better but I'm not sure how at this point.
Right now I have a good event system to switch between two parties. Unfortunately, it has the limitation that I pre-chose the parties and who the leaders are, so that it removes just those characters and puts the opposite party's lead character's sprite as a 'dummy' event to show where the other party's position is.
This works fine for now, but at some point I'd like to make it so you could have 2+ teams working together that have player-selected parties and leaders.
In that case, I would need the scripts necessary to make the events work.
I'm not sure exactly what I need, and maybe this should go into the script request section, but I put it here because I think it's more of a syntax issue.
How can I do the following things?
A: Store a party with all members, but not items/gold, remove them from the map and then put that party's lead character's sprite as a dummy event to show their position.
B: Retrieve the party data and basically to A to the other team?
I know this may sound confusing, so if so let me know and I can try to explain better but I'm not sure how at this point.