The RPG Maker Resource Kit

Other Game Creation => Game Creation General Chat => Topic started by: Toast on July 21, 2010, 03:41:36 PM

Title: How would I go about this in a text event..?
Post by: Toast on July 21, 2010, 03:41:36 PM
I want it to say something like

Only you, [Characters name here], can stop [something I'll think up later..]

How would I do the characters name here bit?


And, any idea how I change the back key? I want to use backspace rather than esc..
Title: Re: How would I go about this in a text event..?
Post by: modern algebra on July 21, 2010, 03:48:50 PM
\n[a], where a is the ID of the actor.

So:

Text: Only you, \n[1], can go about ...

will become in game (if the name of the first actor hasn't been changed):

Text: Only you, Ralph, can go about...
The Help file contains all of this information
Title: Re: How would I go about this in a text event..?
Post by: Toast on July 21, 2010, 03:50:46 PM
Thanks modern, that'd work even if they had changed their character's name in a prevous event, too?

[Edit]
Apologies, I'll find and read the helpfile thoroughly. Thanks for informing me it existed, lol. I'm not one to look for instructions, I usually just experiment.
Title: Re: How would I go about this in a text event..?
Post by: modern algebra on July 21, 2010, 03:51:20 PM
Yes.