"label does not exist" help pls

My script is filled with more than 10 “labels do not exist” in my limited customization template. I’ve tried seeking help in previous forums, but nothing helps. Here is part of the script:

INT. BLACK - NIGHT
NARRATOR
Ezra Daili: Bound to Hades

    NARRATOR
Chapter 1.

    NARRATOR
You will be playing as Ezra Daili. She is of Egyptian descent, so customization will be only be SLIGHTLY limited. So don't be discouraged!

@EZRA stands screen center and EZRA faces right and EZRA starts idle

    NARRATOR
Do you want to customize Ezra?

choice
“Yes I want to customize!” {

goto fem_skin1

} “No I don’t” {

goto label female_end1

}“Skin Tone” {
goto fem_skin1
} “Hair” {
goto fem_hair1
} “Eyes” {
goto fem_eyes1
} “Eyebrows” {
goto fem_brows1
} “Face Shape”{
goto fem_face1
} “Nose” {
goto fem_nose1
} “Mouth” {
goto fem_mouth1
} “This is perfect!” {
goto female_end1
}

label fem_skin1

    NARRATOR
Skin tones.

choice
“Medium Skin Colors”{
goto skincolor_medium1
}“Dark Skin Colors”{
goto skincolor_dark1
}

label skincolor_light1

    NARRATOR
Medium skin tones.

choice [shouldPaginate: YES]
“Olive” {
@EZRA changes bodyColor into Olive
goto skincolor_mediu

which and?

alright I’ll try

Hello there,
The case of the AND/and doesn’t change anything, I use lowercase “and” all the time, “AND” is just easier to see.

There isn’t any light skin colour, right?

:thinking: This is just the way you copied and pasted it, right? Having a “goto” point to a label that doesn’t exist or is misspelled would be why the computer is whining at ya, even if you just haven’t made the label yet.

nothing changes, the problem is in the customization template

yeah i copied it from the Daria girl’s template

I mean, I’d think that label would be skincolor_medium1, since light skin tones aren’t available, and you give medium skin tones right below it.

1 Like

i removed it for limited customization

you might be right since i thought i took it off for limited customization

Oh wait, I see what’s probably causing the error.

The choice whether to customise blends right into the CC template.

I’d put the choice whether to CC first, then start the CC template exactly the way Dara Amarie set it up:

NARRATOR
Do you want to customise?

choice
“Yes”{
goto female_custom1
}“No”{
goto after_cc
}

label female_custom1
@EZRA stands screen center and EZRA faces right and EZRA starts idle

    NARRATOR
What do you look like?

choice
“Skin Tone” {
etc etc

alright i’m about to try it out

1 Like

I recommend making your own label after the CC is done (ie. a label not included in Dara’s template) where the CC and the non-CC converge. :+1: Having the non-CC goto something in the CC template just complicates things. :slight_smile:

1 Like

it finally worked after an eternity thank you so much!!!:kissing_heart::kissing_heart::kissing_heart::kissing_heart::kissing_heart:

1 Like

Hello @LaBelle_Aurelie, I’m Sydney the moderator. Welcome to the forum. :smiley:

I’ve moved this thread to Directing Helps and Tips since it involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.