Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: RebornKefka on May 22, 2006, 09:05:43 PM
-
Hello everyone, I was just wondering if anyone could tell me how to make it so that people can choose who is on their team? I mean I don't know how to make a thing where you can switch party members...
Thanks,
- Kefka
-
this is too simple
all you have to
do is you the change party
member command
-
If you want something simple, create a 'base' map where all of your characters are walking around or whatever (think the airships from FF6). In the event for each character, you have them say something with a Message command, with another Message following saying "Do you want to add (hero) to your party?" and then a Show Choice with Yes and No. If Yes, use a Change Party command (other names include Add/Change Hero) to add them to your party.
In that same event, create a second page, with the Preconditions set to "Hero (hero name) is in party". Create a Message that says "Remove (hero) from your party?", with another Show Choice that removes them if the answer is Yes.