Choices within choices?

How can I do a choice within a choice? I want to use the points to allow extra choices, and have some locked based on the reader’s points. How do I code for this?

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

Closing due to one month of inactivity :slight_smile: