Dialogue not showing up?

Screenshot 2025-03-24 1.38.10 PM


That is the code used for the dialogue btw

When I hit the A button, it opens the box, but doesn’t show any text? Im not sure why its not working

Hello!
So, after looking back at some of the dialogue stuff I’ve done in Gdevelop and looking over a tutorial (just to check what could be going on), you might be missing a timer. Since you’re using DialogueTree::ClippedLineText(), it needs a timer to tell it how fast it should display each character of the Yarn dialogue.

And below is a screenshot of the events I did to test out making a visual novel (I followed a tutorial series on creating visual novels in Gdevelop):

Anyway, I hope this helps you in some way!

I added this, but its still not working?

Screenshot 2025-03-24 9.26.55 PM

Hmmm… That’s so strange (then again Yarn can be really finicky to work with).
There’s a YouTube channel called DevScape that has a good and quick tutorial called “Dialogue in GDevelop with YARN”. At around the 3:10 timestamp, they talk about timers.

From what I’m seeing, your events should work, but I’m pretty sure I’m glossing over something.