RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Name input pocessing

Started by meta227, July 20, 2008, 10:24:55 PM

0 Members and 1 Guest are viewing this topic.

meta227

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

modern algebra

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.

meta227

Thanks again :) You're a great help
-Meta