I need some help with a dressing game

Hey all. So I’m having a problem with a dressing game. I’m asking the reader do they want to change, but I don’t know how to have a choice in an other choice because I don’t know how to make the script identify that the option of no, isn’t part of the dressing game. It says that by saying yes to change has no matching }. This is my script.

MEGHAN (think)
(Anyways, do I want to change for karaoke?)
choice
“Yes”{

label choosing_dress

MEGHAN (think)
(Yeah. What dress should I try?)
choice
“Dress 1”{

@MEGHAN faces right

@MEGHAN walks to screen center in zone 2

@MEGHAN changes into MEGHAN_dress_1 AND MEGHAN faces left

@MEGHAN walks to screen center in zone 1

MEGHAN (talk_happy_smile)
I look great in this. Do I want to wear it?
choice
“Yeah”{

MEGHAN (talk_happy_agree)
I look amazing.

@MEGHAN exits left

}
“No”{

goto label choosing_dress

}}
“No”{

@MEGHAN exits left

}

2 Likes

label choosing_dress

MEGHAN (think)
(Yeah. What dress should I try?)
choice
“Dress 1”{

@MEGHAN faces right

@MEGHAN walks to screen center in zone 2

@MEGHAN changes into MEGHAN_dress_1 AND MEGHAN faces left

@MEGHAN walks to screen center in zone 1

MEGHAN (talk_happy_smile)
I look great in this. Do I want to wear it?
choice
“Yeah”{

MEGHAN (talk_happy_agree)
I look amazing.

@MEGHAN exits left

}
“No”{

goto label choosing_dress

}

2 Likes

Ah thank you :smile:

2 Likes

Hello,
I would suggest that you use the script template that episode has provided for you. You can find these templates at the right side of the script writer that says “script templates” scroll down and go to the one that says “choice” and then choose the outfits one and replace everything from there.
I hope this helped!

3 Likes

image

3 Likes

Thank you for providing the photo!

2 Likes

@Sydney_H you can close the topic :slightly_smiling_face:

1 Like

Topic closed by OP request.

1 Like