Dialogue Problems

Hi Everyone!

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.

2 Likes

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:


The done outputs to the switch which goes to the timer which then goes to the animation, sound and next text.

I moved the sound effect to the same line of the timer because flowlab works from left to right, and top to bottom.

Hope this helps, since it worked for me.

Ps: You can use the same text to label and sound effect instead of creating a new one for each one.

1 Like

ありがとうございます! I appericate the help you have giving!

2 Likes

What do you mean multiple dialogues in one?

I can build a system for you if you warn

2 Likes

I have a system I made a while ago, if you want to use it.

2 Likes