I have Rpg maker Xp and I was wondering how I get the heros name to appear in dialoug once you enter change the heros name. Is there some kind of special command that I have to enter into the text box or something?
In your message box, use /n[x], where x is the hero's ID number. So the first character would be /n[1], the second would be /n[2], etc.
So "Hello /n[1]" might show up in-game as "Hello Cube". Just remember that you need
to leave room on the line for the character's name - just because /n[2] fits on the end of a line, doesn't mean that SuperArmorGuy will.
(Basically, it works the same way as /v[x] works for variables and /c[x] works for colors)
If you also want it so that there is a little box on top of the dialog box with the person speaking's name in it, then there's a special script for it somewhere.
If you want that as well then I can find it for you. All you need to do for the script one is to put the person speaking's name somewhere in the special tags and in game it will show in the floating box.