RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RESOLVED] Character Selection? [RMXP]

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 86
Hi all I have another question, I am a newb and I tried to figure it out but I cannot. How do you make a character selection screen before or after the game intro? One kinda like in final fantasy one where you can name them and pick your class and then the game starts. I would be very happy if someone had an answer to either of these questions as I am stumped to find them on any forum. 
« Last Edit: August 25, 2007, 09:55:16 AM by Zeriab »
I used to be bored...until I got RPG Maker!

*
A Random Custom Title
Rep:
Level 96
wah
You simply need to look through the even commands a bit more. Simply use the choices command and the Name Input.

With the choices, it branches off into different things so that if you were to select "Thief," then you would use event commands to make a Thief (where you would need a character already made for each class).

Name Input will do what it says. To call up a name in database, use
Code: [Select]
\n[#]
, where the number in the database takes the place of #. If you're going to use multiple classes, you would need to set the number of the database in a variable so that it can change.

So after you change classes for them, set a variable to their database ID and to call up their name, use
Code: [Select]
\n[\v[#]]
where the number of the variable goes in the place of # there.

;D

****
Rep:
Level 88
wrath of winter
I just use choices and a set of pics, and the choices determine the player-ID variable

EDIT: i must be blind...I didn't read moo's post through well enough...

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

**
Rep: +0/-0Level 86
Ha of course lol genius  why didn't I think of that oh yeah cuz I have had this program for about 26 hours and I am still a newb. Well thanks guys mostly mastermoo420 for your help I am happy!
I used to be bored...until I got RPG Maker!