I might just have figured out to make multiple dialogue, but not quite. So far I can only add two lines of dialogue, and some things are broken. I don’t know how to create multiple dialogues in one. So anyways here is the game so you can see or probably better the code.
Well there are 2 problems. First is that in the code that connects the list to the timer, it is connected to an ‘out’ then a ‘text to number’. The out means it outputs every list object one by one. So instead, just connect the ‘done’ output to the timer. This will make output only after the text is complete. The second is a much easier fix. This was when sometimes the second text would repeat itself. It happened because sometimes the text list would output after the text was completed. This can also be fixed by adding a switch that is on then closes after an input. Like this: