?How to use labels inside of choices help?
Labels in choices
S.Dsana
#5
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.
Dara.Amarie
#6
Labels cannot be inside brackets, therefore you cannot put a label inside of a choice.