Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Street_Samurai on January 06, 2010, 05:51:34 AM
-
How do you make RPGMaker2k3 say the name a Player entered for the hero?
I remember it was somthing like /n[]1 or somthing for RMXP, but I don;t know the RM2k3 way,
someone help?
-
/n[n] Displays the name of the hero in the database with ID n, n being any numerical value. (n[0] will show the name of the first member in the current party)