The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: meta227 on July 20, 2008, 10:24:55 PM

Title: Name input pocessing
Post by: meta227 on July 20, 2008, 10:24:55 PM
How do you re-use a name in ''Name input processing'' when typing text? I.e if Someone were to input their name as 'Tom', how can I then in later text get a civilian to say ''Hello there Tom'' .
Thanks for any help
-Meta
Title: Re: Name input pocessing
Post by: modern algebra on July 20, 2008, 10:27:21 PM
Well, \n[actor id] in a message window will print out that actor's name.

So, if you used Name Input Processing on Actor 1, then \n[1] would print out the name the player had chosen.
Title: Re: Name input pocessing
Post by: meta227 on July 20, 2008, 10:32:11 PM
Thanks again :) You're a great help
-Meta