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.
Naming Hero at start of game

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 83
I've just started using rpm maker. I'm using rpg maker 2k3. Anyway, I would like to know how to have at the start of the game, the player name the main hero. Much thanks in advanced.

***
Rep:
Level 86
Sonic Dog -> Light Spear -> Overlimit -> Slash
Intermediate Templates, third one down.

Try that out. Make sure you use the /n[XXXX] codes for his/her name in your project.

****
Rep:
Level 84
Will you join me in the dark side...?
there is an option that says, change hero name. Just use it on a event at start, and it will change.
My Puzzle/StandAlone game in a week:


***
Rep:
Level 86
Sonic Dog -> Light Spear -> Overlimit -> Slash
The player can't choose their own name that way. That command is part of the template, though.

****
Rep:
Level 84
Will you join me in the dark side...?
i don't use RPG maker 2003 long time ago, but i think it is easy as that to change hero name at start. But, to appear the name before his talk, it is needed a code before the message, that i don't remember.
My Puzzle/StandAlone game in a week:


*
Rep: +0/-0Level 82
When you start a game on the first map make an event where you say Enter Hero Name and choose the default name of the hero you want to change the name of from the drop down menu, then for the rest of the messages you have to use the \n[X] command, where X is the number the hero is in database, for example if you change the first heroes name you would put \n[1] in the message.

This might have a small delay at the start but its the best I can think of unless you choose a black sceen and empty square for your sprite for the first map.

Ypou can then edit the event with normal variables to make sure it doesnt loop and that should do it.