Choice of CC? Label error

Hi I’m writing a story and I wanted to give the reader the choice of customizing the love interest, I went for something like:
NARRATOR
This is your roommate: Billie. Do you want to customize her?
choice
“Yes I want to customize her” {
Include CC template here
} “No I like her looks” {
continue
}

However I get this error:
“You cannot have a label inside if/then statements or {}”

Is there anything else I can do to give the reader a choice of CC? Or is something wrong with my code?

1 Like

Thank you so much!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.