Choice error,help please!

I’m not sure what’s wrong here, did I perhaps misplacw the dialogue?

1 Like

You’d have to either delete line 360, or add some more dialogue just before the choice. :+1: A choice has to be immediately after a line of dialogue, nothing in between.

Pro tip: If you want to “not” have a box of dialogue above a choice, just the buttons of a choice, make a line of dialogue that just says something like “placeholder” and set the size of the speech bubble to 0%. :+1:

ok thank you, I’ve got it now!

1 Like

Nevermind lol. Can you introduce me to labels?

2 Likes

What is line 369 for? Is it supposed to be another choice option? Or a dialogue?

If I’m understanding correctly what you’re trying to do , I would do this;

NARROTOR
Escape or be patient?

choice
“Try to escape” {
goto the_escape_plot
} “Fall asleep in the cell” {
goto sleep
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.