How to jump to certain line of dialogue? #427
-
I'm currently making a visual novel but I can only start the dialogue balloon from tags like ~start and ~end. I'm trying to save a line number and then jump to that line when the balloon starts. Maybe it's possible to create tags dinamically? That could help. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can jump to any line's ID to start from there (titles are just a more convenient way of referring to meaningful start points). You can see this in action in the example balloon; both |
Beta Was this translation helpful? Give feedback.
You can jump to any line's ID to start from there (titles are just a more convenient way of referring to meaningful start points). You can see this in action in the example balloon; both
start
andnext
use the same function to request the next dialogue line, one using a title and the other an ID.