How do I stop running dialogue?

I’ve been developing a game recently that uses YARN for dialogue. I followed the GDevelop Wiki and got my dialogue scrolling, but there was a one issue, the dialogue would repeat after the final line was done scrolling. I tried adding an end command and “Stop running dialogue” but it didn’t fix it. Can anyone help me with this?

I’d recommend checking out the two Dialogue examples included in the examples list. There are different ways to stop the dialogue, and they all depend on your game. Review those for details on how they completed it.

Okay, thanks for the help.

I have reviewed the example, but still could not figure out how to stop the dialogue. Is there any other way I could figure this out?