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.
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 \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 \n[\v[#]] where the number of the variable goes in the place of # there.
;D
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...
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!