Log in

View Full Version : Entering name


crono_cloud
2003-10-04, 03:31 PM
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


anyway thanks for your help...bye!


---crono_cloud---

Chruser
2003-10-04, 03:35 PM
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.

crono_cloud
2003-10-05, 12:26 AM
mmm ok well i mean like i would only want it at the start of a game..nothing more..like u can only name ur hero once...would that still be difficut?

thanks again,
crono_cloud

BlueCube
2003-10-05, 10:50 AM
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.