Bill TM 0 Report post Posted July 12, 2010 I know that this is a stupid question and the answer is probably in a tutorial somewhere, but how do i have the player enter their name so that other npcs in the game can say it tyvm Share this post Link to post Share on other sites
0 Agckuu_Coceg 5 Report post Posted July 12, 2010 It's simple. You need only input to the message a command \N[Number of Hero in party]. Like \N[1] - The name of first hero in your party. Share this post Link to post Share on other sites
0 zane203 8 Report post Posted July 12, 2010 input name process, for which actor you want. afterwards the name is stored for that actor's actor ID to call it, "Show Text" \n[#], thats your name is it not? # represents the actor's ID soooo lets say if i did a name input for actor1 and typed "Zen" it would look like "Zen, thats your name is it not?" Share this post Link to post Share on other sites
0 Arkbennett 16 Report post Posted July 12, 2010 Use the command \n[X] in the message box, replace the "X" with the corresponding actor number whose name you want to display. For example for Aluxes you'd type, \n[1]. Share this post Link to post Share on other sites
0 Bill TM 0 Report post Posted July 12, 2010 thanks Share this post Link to post Share on other sites
0 Kiriashi 117 Report post Posted July 13, 2010 You can also check if an actor's name equals "x"; this way you can use actor names to make passwords to things. I made a demo for this. ^~^ http://www.rmxpunlimited.net/forums/files/file/270-rmxp-player-input-demo/ Share this post Link to post Share on other sites
I know that this is a stupid question and the answer is probably in a tutorial somewhere, but how do i have the player enter their name so that other npcs in the game can say it
tyvm
Share this post
Link to post
Share on other sites