Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Street_Samurai on January 06, 2010, 05:51:34 AM

Title: Forgot Somthing Simple
Post 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?
Title: Re: Forgot Somthing Simple
Post by: Prpl_Mage on January 06, 2010, 03:51:16 PM
/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)