(Solved) Dialogue not running

I tried creating nodes, but it would’nt run. I tried nesting it, that doesn’t seem to be working either.
Am I formatting it right? The events are correct, I was able to run dialogue before I added options.



It looks like you put your entire dialogue into a single node. I don’t believe the Yarnspinner editor supports that, nor does it support decision indents in that way.

Yarnspinner is a json/Yarn dialogue format generator, it doesn’t necessarily allow direct scripting for multiple nodes, as far as I remember.

You might want to run through the dialogue documentation: https://wiki.gdevelop.io/gdevelop5/all-features/dialogue-tree/

as well as some of the Dialogue examples:

They have some example files you can review directly, too.

1 Like

Thanks, I think your right.
I solved the issue, I used a space in a node title. That’s not allowed so I switched it for an underscore.
I appreciate you taking the time to provide such thorough help.
Bye

1 Like