The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: skaraflame on December 06, 2010, 01:46:48 PM

Title: Player's Name
Post by: skaraflame on December 06, 2010, 01:46:48 PM
How do I add the Player's Name in text?
See, I added the ability to name the player, now I need to know the text code so the name actually appears in text.
Title: Re: Player's Name
Post by: Arts & Crafts on December 06, 2010, 02:40:14 PM
Use the internal code to recall an actors name. Depends on the maker but should be something like...
Code: [Select]
\N[x]
Of course replace "x" with what actor this is for.

The in editor helps are really helpful for things like this, I think both XP and VX have pop up "What's This" help that should tell you everything you need to know. Even an experienced RPG Maker could use a glance at the Help files.
Title: Re: Player's Name
Post by: Grafikal on December 06, 2010, 02:44:11 PM
Only post in the Technical Support if there's a problem with running the game/game errors that your computer spits out (NOT including errors the game throws at you because of some custom scripts; Use the Scripts area there.), not for figuring out how to perform actions within the game. If you need to request how to do something with the RPG Maker, always post in Tutorials (NOT the Databases or Event Systems, those are for finished products to share with other people).
Title: Re: Player's Name
Post by: skaraflame on December 06, 2010, 02:47:06 PM
Cheers, that helped a lot. (No sarcasm intended).