QUOTE (Sparrowsmith @ Jun 9 2012, 05:12 AM)

In VX there are a number of commands you can use in messages, though I'm a little foggy on them.
Google search revealed:
\< Show text letter for letter.
\> Show text immediately
\. Pause for 1/4 of a second
\| Pause for a second
\! Waits for Input
\^ Advances automatically
so \^ is what you want (combined with a few \. and \| so the player can have time to read it.)
oh, and
\n[member ID of character in Actor database] - displays name of character
\v[#] - Shows the variable with the ID #.
\g - Opens a small window with the current amount of gold.
\\ - Shows the backslash \.
\c[n] can show colours too, depending on what number you put in place for n.
oh sweet. thank you soo much!