I wanted to make a choice inside a choice for example giving the reader a choice to customize or not but when I do it the screen freezes
Ex:
NARRATOR
Do you still want to customize?
choice
“Yes”{
NARRATOR
How does Madison look like?
choice
“Skin tone”
go to fem_skin 1
Label fem_skin 1
Narrator
Skin tones
Choice
“Light skin colors”
}
}”No”{
NARRATOR
example
}
Keep in mind this isn’t the actual script because the actual script would be too long to post