Labels in choices

?How to use labels inside of choices help?

Moved to Directing Help & Tips :slight_smile:

You can’t have labels inside a choice…
But you can have a choice inside a label…

Not sure what you mean

I mean you can have a choice inside a label like this…

label choosing_outfit

choice
“This dress”{
}
“That dress”{
}

But if you will write it like this as in a label inside a choice…

choice

label choosing_outfit

“This dress”{
}
“That dress”{
}

It will give you an error.

1 Like

Labels cannot be inside brackets, therefore you cannot put a label inside of a choice.

Ok thank you @RYAN close please

1 Like