Directing help advanced choices

I gave two choices in my story
For example
a)Visit your mother in jail
b) Go on a date with your crush

I have three outfit choices for option A
I also have another set of outfit options for option B.

I tried coding it but nothing seems to work.
I used gains , if and else, label and go to .

please help

choice
“Visit your mother in jail” {
goto jail_mother

} “Go on a date with your crush” {
goto date_with_crush
}

label jail_mother

[scene for this choice here]

[template/choice to choose outfit here also]

goto after_jail_date

label date_with_crush

[scene for this choice here]

[template/choice to choose outfit here also]

goto after_jail_date

label after_jail_date

[continue with the story here]

Thank you so much dara!!!

There is a } in line 632 that doesnt have a matching

Sent you a personal message

Get an answer to your question? :slight_smile:

yes