CC within a choice

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

no use labels and goto
example
choice
“yes” {
goto CC_female
}“no”{
goto END_CC_female
}
label CC_female
script for CC
END_CC_female

I hope this works!

1 Like

Thank you so much for replying so soon
But the episode still crashes for cc

Wait nvm I fixed the problem turns out the label I used was different tysm

2 Likes

You can get @Jeremy or @Sydney_H to close this if the problem’s solved! :smile: