HOW? Going back to a choice?

What I am trying to do is send the reader back to the beginning of a choice.
I have them choosing between hair styles.
This is the script at the moment:

choice
“Lets put it up”{

label choosing_hair

}

“Lets leave it down”{

JESS
Are you sure?

choice
“Okay, lets put it up”{

goto choosing_hair

}
“Yes I’m sure”{

Jess
Okay.

}

I have no clue if the label and goto should be in there, but that’s what I use for dressing games so I tried it here but it does not work.
So, what I am trying to do is if the reader chooses No the first time, they have the choice again to confirm. And if they do confirm, to send them back to the first option.
Thank you to anyone who will help me. It’s greatly appreciated.

@Dara.Amarie @Apes

choice
“Lets put it up”{

goto choosing_hair

}“Lets leave it down”{

JESS
Are you sure?

choice
“Okay, lets put it up”{

goto choosing_hair

}“Yes I’m sure”{

JESS
Okay.

}
}

Hey Apes. Thank you for taking the time to help me. I’m sorry to bother you further, but I changed the wording in my script to exactly how you said but it is giving me an error.
“Unexpected block end: Did you forget the { which goes with this }, or forget to put the word ‘choice’ at the start of this choice option?”

are you sure you changed everything? Can you post your script again?

I will share a photo. One moment

line 856 delete label and replace with goto

I did do that as you said the first time but then it told me that was another error. That I had to have a label. I will go change it as you said again and show you what it says

Again, thank you for helping me.

1 Like

No problem :smiley:

1 Like

Do you have a script with hair? You just need to use the same labels names.

No, I’m still new to writing on here this is my first time giving the reader an option to change anything other than outfits if that is what you were saying

I’m sorry if I’m annoying you with my ignorance. I am still learning

it’s ok :slight_smile: so you don’t have a hair choice yet?

No not yet

that’s why it’s giving you a warning, if you use goto you need to have a created label

The label I put in there is “label choosing_hair”

I thought you meant actual hair choices within the script