Please help, is this a glitch or....?

    NARRATOR
First, what gender would you like to play as?

choice
“Male” {
NARR
You have chosen to play as male.
Are you sure this is who you would like to play as?
choice
"Yes, I would like to play as a male." {
goto customization_male
gain male
}
“No, I would like to reconsider.” {
goto pick_gender
}
}
“Female” {
NARR
You have chosen to play as a female.
Are you sure this is who you would like to play as?
choice
“Yes, I would like to play as a female.” {
goto customization_female
gain female
} "No, I would like to reconsider. " {
goto pick_gender
}}

The bold is where the problem is. It says there’s no matching } for the {, but there is one.

The gain needs to go before the goto.

And it always ends up being something so simple… Thank you so much!

1 Like

Thanks for replying @Dara.Amarie! Closing thread :slight_smile: