LVNAuth - Continue dialogue on the same line
Sometimes you may want to show a little bit of dialogue, then do something else in your visual novel, and then have it show a little more dialogue, continuing on the same line as before.
For example, this will show the dialogue on 3 separate lines:
First.
Second.
Third.
What if we wanted to show the dialogue on the same line, with a delay between each word?
To do that, we use the commands: <no_clear> and <continue>, along with <halt_auto> (although <halt> would work too.)
First.
<no_clear>
<continue>
<halt_auto: 2>
Second.
<no_clear>
<continue>
<halt_auto: 2>
Third.
<halt_auto: 2>
| Command | Description |
|---|---|
<no_clear> |
Tells LVNAuth not to clear the current dialogue text on the next dialogue. |
<continue> |
Tells LVNAuth to stay on the same line for the next dialogue. |
<halt_auto> |
Advances to the visual novel after X number of seconds. |
Last updated: Thu 21 May 2026