Problem choices *SOLVED*

Hi, I’m trying to put after a character customization a choice to make sure that the player is happy with his character but it doesnt work, can someone help me ?

So this is how choice look:

      CHARACTER
   Dialogue.

choice
"First Option" {

} "Second" {

}

You need to have the word choice right before the first choice option.

Ok cool Thanks gonna try it !

I may be wrong, but I think the problem is that there is a “}” on line 5383 AND there is another “}” on line 5385. You only need one of those. Either remove the one on line 5383 or the one on 5385. Either one should work just fine.

Actually, I think I figured it out:
NARR
Are you sure this is the perfect hot look for him?
Choice
“Yes, he looks TOTALLY perfect!”{
goto certain_badboy
} “I FORGOT SOMETHING!” {
NARR
Let’s take it from the beginning!
goto first_name_input_male
}
Label certain_badboy
NARR
Are you SURE SURE SURE!!!
choice
“GO ON WITH THE STORY ALREADY!!!” {
goto story_start3
} “I FORGOT SOMETHING!” {
Let’s take it from the beginning!
goto first_name_input_male
}

Yes, thank you very much !!!<3

Glad this got resolved! Closing :v:t2: