You’d have to either delete line 360, or add some more dialogue just before the choice. 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%.
ok thank you, I’ve got it now!
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.