Heya, first time game dev here and this forum has been super helpful so far thank you. This might be a very basic question but I couldn't find clear info on it.
I was trying to make a dialogue system with Flowcharts. I want to use 2 functions. The first function sets typewriter text to the first Flowchart node. It waits two seconds and calls the second function, which just goes to the next output 0. Works great, but what I can't seem to do is stop that loop from happening, the last node keeps showing again and again.
The most sensible logic to me was to use the Flowchart condition "Has Output". From my understanding this should check if the current node's output 0 is connected to anything else, if yes then go. But this doesn't seem to work, I haven't really figured it out, any help would be appreciated!
The next question is if I wanted to make it such that tapping on the text box went to the next node instead of waiting, how would I do that?
Attaching test project for anyone to see my silly problem:
drive.google.com/file/d/1TAVidSybVDJcbaEPBGTz8xvzDmDMukc0/view
Thanks so much!