[Solved] Issue with Yarn commands

I have basic yarn dialog handling working but when the dialog gets to a command it does not work. Are commands able to change scenes? See code below and yarn window

Commands that are in a final/end node, without any text, are not processed. My understanding is that this is because the dialogue stops running immediately.

I’ve seen most people do a workaround by having another node afterwards that has text, tag that node, and then end the dialogue immediately when that tag is called (so the text never displays).

That fixed it, thank you very much!

1 Like