How to Make a Character select screen

There are many ways to make this fancier. But this is the most basic way to do it.

Also I've written this with the view that you have a basic knowledge of RM2k

 

First Create a new map and decorate it however you wish.

Then Create an event that Drops all your party memebers. My advice is to create an NPC that asks if you want to drop you party members, Do a show choice option yes or no, and if yes drop em.

It should look something like this

As you can see theres a change variable command, Make sure to change a Variable (Well call it hero) to 1

 

Now Create an event Representing one of your selectable party members.

Create an if function that if the varaible hero is less then 4. Then do this....

Ask if they want to add this party member, then if yes add them, and Add 1 to the variable hero

it should look like this

Then Clear the event by creating a new page that is totally blank, and the condition of that page is that you have that hero in your party.

(that way you don't have to worry about extra switches)

Now all you have to do is to repeat that process for all your characters.

And your done!

Now for some theory, you can toy around with this and make it look cooler.