Help - Search - Members - Calendar
Full Version: free flowing dialogue during cut scene?
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
exkabuto
hello. can anyone tell me if it possible to let the dialogue flow it self without pressing any keys during cutscene?

or am i doing it wrong during cutscene.

please help me on how to overcome this. i search on internet for hours still no conclusion to it. thnks.
Sparrowsmith
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.
exkabuto
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! biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.