False Label Errors?

Hey guys :sweat_smile: So I’m making a tappable menu and I added both Limited and Full customization but right at the second I added the Limited CC I get an error: "Unexpected GOTO: (u’menu1’ , False). I used Dara’s “Choose Which Character to Customize” template twice but I changed all the labels (so I won’t get duplicate label warnings) therefore I have no idea why I am getting the False warning. Does anyone know how to fix it? :smiley:

Here’s the script if you need it:)

#menu {
@pause for a beat
label menu1
&zoom reset
&overlay 5785301963440128_INTRO opacity 1 in 1
&overlay 5785301963440128_INTRO BLUR opacity 1 in 1
&overlay 5785301963440128_SKIP BUTTON opacity 1 in 1
&overlay 5785301963440128_READ BUTTON opacity 1 in 1
&overlay 5785301963440128_CUSTOMIZATION BUTTON opacity 1 in 1

tappable
“CUSTOMIZATION BUTTON” {
&overlay 5785301963440128_INTRO opacity 0 in 1
&overlay 5785301963440128_INTRO BLUR opacity 0 in 1
&overlay 5785301963440128_CITY PNG opacity 0 in 1
&overlay 5785301963440128_SKIP BUTTON opacity 0 in 1
&overlay 5785301963440128_READ BUTTON opacity 0 in 1
@overlay 5785301963440128_CUSTOMIZATION BUTTON opacity 0 in 1

NARRATOR
What would you like to do?
choice
“Limited CC” {
label customize_characters1

    NARRATOR
Who do you want to customize?

choice
“Blair (MC)” {
goto CHAR_10
} “Zayne (LI)” {
goto CHAR_20
} “Finished customizing!” {
goto done_cc1
}

#my customizing templates go here but there isn’t any problems with them:)

#done {
label done_cc1

goto label menu1 (the problem is here)
#}

Please ignore the labels of CHAR_10 (i had to use those so I won’t get duplicate labels :sweat_smile:)

I would be really grateful if someone could help me! :smiling_face_with_three_hearts: I already tried making another menu label but it doesn’t work-

1 Like

I think you have to change this to “goto menu1”

1 Like

I’ve already tried that but it didn’t work :sweat_smile: But I appreciate you trying to help!! :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:

1 Like

Or maybe here because I’m not that sure if you can put a label into a choice :thinking: Because I know that they’re coming before them but I’m sure that “goto label manu1” is wrong though.

1 Like

I don’t if this would work but you could try putting the goto menu1 outside of these { } so like
{ label_done cc
}
goto label menu1

1 Like

Thank you so much for trying to help, but it didn’t work :hugs: I appreciate your help tho!! :smiling_face_with_three_hearts:

I have no idea if this will work, but try add a pause in between. Example:
#done {
label done_cc1
@pause for 1
goto label menu1
#}
I think you might need to have something there, but I don’t know :woman_shrugging:

1 Like

Can you post a screen shot of the line of error?

1 Like

You are a life saver, OMG TYSM :heart_eyes: :smiling_face_with_three_hearts:

1 Like

@Sydney_H I have my problem resolved, may you please close the topic? :hugs:

1 Like

No problem :sparkles:

1 Like

Closed by OP request. :smiley: