Choices within choices?

It’s pretty simple. Just write out the code for a choice. Then inside one of the choice options just write out another choice.

NARRATOR
Dialogue.

choice
“Option 1” {

NARRATOR
Dialogue.

choice
“First option” {

} “Second option” {

}

} “Option 2” {

}

5 Likes