hey guys...long time no see...well i guess alot has happen..scrapped my old rpg and starting a new one..just a little problem i have....how would make it so u can change the main characters name..im using rpg maker 2003
Depends on what you mean with changing the character's name. The database is for altering a character name, but if you want something like the FF/CT in-game naming system, then that's a whole different story. I think that might take quite a bit of effort to make.
"Stephen Wolfram is the creator of Mathematica and is widely regarded as the most important innovator in scientific and technical computing today." - Stephen Wolfram
The "Enter Hero Name" event choice is odd, as it allows you to input your name, but seems to screw up the font.
You can set it directly using the "Change Hero Name" event choice, though. You'll have to put in a direct value, (you probably will want a "Show Choices" branch) but it works...
Just remember that ALL dialogue involving that hero will need the \n[1] command instead of the name of the hero, so all name changes reflect in the conversations! The \n[1] will simply show the name of hero #1 in the database, \n[2] will show #2, etc. \n[0] will show the name of whoever's first in your party.