Warning: Label inside of a choice

Hello! So, as you can read in the title, I’m having trouble with my script. Basically, I put the label outside the template, just how @Dara.Amarie advised us. And that’s exactly what I did, I copied her template and put my own label in it when it says “…Yes, he looks amazing!”.
It still gives me an error. Here, the example. } “Done” {
goto boylcc_custom_0
}

label boylcc_end_0
NARRATOR
Are you happy with how he looks?
choice
“Yes, he looks amazing!” {
goto custom_both
} “No, I want to change something.” {

goto boylcc_custom_0
}

I’d appreciate everybody’s help, thank you so much. :heart:

1 Like

Before the first « done » you don’t need a {
And you need to start with
choice

Like this:
choice
“Done.” {

}

Well, I don’t really know what you mean because the ‘‘Done’’ in my example was concerned on the Hairstyles. Thank you so much for responding though!

1 Like

I’m sorry I didn’t understand at all the thing. However, I re-read the script and can’t seem to find any error since there is no label inside of a choice. Do you think the error could be somewhere else ?

I will check again. There are so many lines, maybe there is some mistake. Thanks a lot for helping me, I honestly appreciate that. c:

1 Like