I think you want something like this:
choice “are you serious” {
scene
choice “turn back” {
scene
} “chance a run” {
scene
}
You can put more scene here
.
.
.
}<-- this bracket is closing the “are you serious” choice
“Oh crap” {
scene
} “not happening dude” {
scene
}
1 Like