Help with Limited CC Please

The label “female_1_end” dose not exist

SO now this his what my templet looks like. I just need help with this labeling error if anyone can.
label female_custom_1
@SAVANNAH starts think_rubchin
@speechbubble reset
NARRATOR
So what do you want to change?
choice
“Hair” {
@SAVANNAH starts idle_happy_loop
goto fem_hair_1
}
“Eyes” {
@SAVANNAH starts idle
goto fem_eyes_1
}
“Eyebrows” {
@SAVANNAH starts idle_armscrossed_neutral_loop
goto fem_brows_1
}
“Face Shape”{
@SAVANNAH starts idle_happy_loop
goto fem_face_1
}
“This is perfect!” {
goto female_1_end
}
####################### EYEBROWS #######################
label fem_brows_1
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Arched Natural”{
@SAVANNAH changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@SAVANNAH changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@SAVANNAH changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@SAVANNAH changes eyebrows into Arched Thin High
goto fem_brows_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@SAVANNAH changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@SAVANNAH changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin”{
@SAVANNAH changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@SAVANNAH changes eyebrows into Straight Medium
goto fem_brows_1
} “Done”{
goto female_custom_1
}
“High Arch Angled”{
@SAVANNAH changes eyebrows into High Arch Angled
goto fem_brows_1
}“Bushy Thick”{
@SAVANNAH changes eyebrows into Bushy Thick
goto fem_brows_1
}“Arched Short”{
@SAVANNAH changes eyebrows into Arched Short
goto fem_brows_1
}“Arched Natural Scar”{
@SAVANNAH changes eyebrows into Arched Natural Scar
goto fem_brows_1
} “Done”{
goto female_custom_1
}
####################### FACE SHAPE #######################
label fem_face_1
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Diamond” {
@SAVANNAH changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@SAVANNAH changes face into Diamond Long
goto fem_face_1
} “Defined Heart” {
@SAVANNAH changes face into Heart Defined
goto fem_face_1
} “Soft Heart” {
@SAVANNAH changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@SAVANNAH changes face into Triangle Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Mature Square” {
@SAVANNAH changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@SAVANNAH changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@SAVANNAH changes face into Round Soft
goto fem_face_1
} “Heart Mature Double Chin” {
@SAVANNAH changes face into Heart Mature Double Chin
goto fem_face_1
}“Diamond Defined Contour” {
@SAVANNAH changes face into Diamond Defined Contour
goto fem_face_1
}
“Done”{
goto female_custom_1
}
“Round Puffy Cheek” {
@SAVANNAH changes face into Round Puffy Cheek
goto fem_face_1
}“Square Defined” {
@SAVANNAH changes face into Square Defined
goto fem_face_1
}
“Done”{
goto female_custom_1
}
####################### EYE SHAPE #######################
label fem_eyes_1
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Downturned” {
@SAVANNAH changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Mature” {
@SAVANNAH changes eyes into Deepset Mature
goto fem_eyes_1
} “Generic” {
@SAVANNAH changes eyes into Female Generic
goto fem_eyes_1
} “Slender” {
@SAVANNAH changes eyes into Monolid Slender
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Round Wide” {
@SAVANNAH changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@SAVANNAH changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@SAVANNAH changes eyes into Sharp Almond
goto fem_eyes_1
} “Deepset Almond” {
@SAVANNAH changes eyes into Deepset Almond
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
####################### MOUTH COLOR #######################
label fem_mouthcolor_1
NARRATOR
All lip colors.
choice
“Natural” {
goto NaturalColors_1
} “Gloss” {
goto GlossColors_1
} “Matte” {
goto MatteColors_1
label NaturalColors_1
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Fair Rose” {
@SAVANNAH changes mouthColor into Fair Rose Matte
goto NaturalColors_1
} “Fair Neutral” {
@SAVANNAH changes mouthColor into Fair Neutral Matte
goto NaturalColors_1
} “Fair Gold” {
@SAVANNAH changes mouthColor into Fair Gold Matte
goto NaturalColors_1
} “Beige Light Gold” {
@SAVANNAH changes mouthColor into Beige Light Gold Matte
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Beige Gold” {
@SAVANNAH changes mouthColor into Beige Gold Matte
goto NaturalColors_1
} “Beige Rose” {
@SAVANNAH changes mouthColor into Beige Rose
goto NaturalColors_1
} “Beige Deep Neutral” {
@SAVANNAH changes mouthColor into Beige Deep Neutral
goto NaturalColors_1
} “Tan Deep Neutral” {
@SAVANNAH changes mouthColor into Tan Deep Neutral
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Brown Neutral” {
@SAVANNAH changes mouthColor into Brown Neutral
goto NaturalColors_1
} “Brown Gold” {
@SAVANNAH changes mouthColor into Brown Gold
goto NaturalColors_1
} “Brown Deep Gold” {
@SAVANNAH changes mouthColor into Brown Deep Gold
goto NaturalColors_1
} “Brown Deep Rose” {
@SAVANNAH changes mouthColor into Brown Deep Rose
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
label GlossColors_1
NARRATOR
Gloss lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@SAVANNAH changes mouthColor into Peach Gloss
goto GlossColors_1
} “Light Peach” {
@SAVANNAH changes mouthColor into Pink Peach Lt Gloss
goto GlossColors_1
} “Beige Pink” {
@SAVANNAH changes mouthColor into Pink Beige Gloss
goto GlossColors_1
} “Medium Pink” {
@SAVANNAH changes mouthColor into Pink Medium Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@SAVANNAH changes mouthColor into Pink Warm Gloss
goto GlossColors_1
} “Hot Pink” {
@SAVANNAH changes mouthColor into Pink Hot Gloss
goto GlossColors_1
} “Deep Pink” {
@SAVANNAH changes mouthColor into Pink Deep Gloss
goto GlossColors_1
} “Rose” {
@SAVANNAH changes mouthColor into Rose Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@SAVANNAH changes mouthColor into Mauve Gloss
goto GlossColors_1
} “Pastel Purple” {
@SAVANNAH changes mouthColor into Purple Pastel Gloss
goto GlossColors_1
} “Plum” {
@SAVANNAH changes mouthColor into Plum Gloss
goto GlossColors_1
} “Red” {
@SAVANNAH changes mouthColor into Red Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@SAVANNAH changes mouthColor into Red Deep Gloss
goto GlossColors_1
} “Violet” {
@SAVANNAH changes mouthColor into Violet Gloss
goto GlossColors_1
} “Black” {
@SAVANNAH changes mouthColor into Black Gloss
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}
label MatteColors_1
NARRATOR
Matte lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@SAVANNAH changes mouthColor into Peach Matte
goto MatteColors_1
} “Light Peach” {
@SAVANNAH changes mouthColor into Pink Peach Light Matte
goto MatteColors_1
} “Beige Pink” {
@SAVANNAH changes mouthColor into Pink Beige Matte
goto MatteColors_1
} “Medium Pink” {
@SAVANNAH changes mouthColor into Pink Medium Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@SAVANNAH changes mouthColor into Pink Warm Matte
goto MatteColors_1
} “Hot Pink” {
@SAVANNAH changes mouthColor into Pink Hot Matte
goto MatteColors_1
} “Deep Pink” {
@SAVANNAH changes mouthColor into Pink Deep Matte
goto MatteColors_1
} “Rose” {
@SAVANNAH changes mouthColor into Rose Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@SAVANNAH changes mouthColor into Mauve Matte
goto GlossColors_1
} “Pastel Purple” {
@SAVANNAH changes mouthColor into Purple Pastel Matte
goto GlossColors_1
} “Plum” {
@SAVANNAH changes mouthColor into Plum Matte
goto GlossColors_1
} “Red” {
@SAVANNAH changes mouthColor into Red Matte
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@SAVANNAH changes mouthColor into Red Deep Matte
goto GlossColors_1
} “Violet” {
@SAVANNAH changes mouthColor into Violet Matte
goto GlossColors_1
} “Black” {
@SAVANNAH changes mouthColor into Black Matte
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}
####################### HAIR STYLE #######################
label fem_hair_1
NARRATOR
She has short medium hair so that is all there will be to pick from.
choice
“Mid-length Hair”{
goto hairMedium_1
}“Styled Hair”{
goto hairUp_1
}“Done”{
goto female_custom_1
}
label hairMedium_1
NARRATOR
Medium hair styles.
choice [shouldPaginate: YES]
“Braided” {
@SAVANNAH changes hair into Medium Braided
goto hairMedium_1
}“Wavy Ombre” {
@SAVANNAH changes hair into Short Wavy Ombre
goto hairMedium_1
}“Straight” {
@SAVANNAH changes hair into Straight Medium
goto hairMedium_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Curly” {
@SAVANNAH changes hair into Medium Curly Solid
goto hairMedium_1
}“Hair Flip” {
@SAVANNAH changes hair into Hair Flip
goto hairMedium_1
}“Voluminous Curls” {
@SAVANNAH changes hair into Voluminous Curls
goto hairMedium_1
} “Lob Bangs Blunt” {
@SAVANNAH changes hair into Lob Bangs Blunt
goto hairMedium_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Straight Overgrown Bangs” {
@SAVANNAH changes hair into Medium Straight Overgrown Bangs
goto hairMedium_1
}“Back to Styles”{
goto fem_hair_1
}
label hairUp_1
NARRATOR
Updo hair styles.
choice [shouldPaginate: YES]
“Short Ponytail” {
@SAVANNAH changes hair into Short High Ponytail
goto hairUp_1
}“Morning Updo” {
@SAVANNAH changes hair into Morning Updo
goto hairUp_1
}“Long Double Dutch Braids” {
@SAVANNAH changes hair into Long Double Dutch Braids
goto hairUp_1
}“Braids Updo” {
@SAVANNAH changes hair into Braids Updo
goto hairUp_1
}“Back to Styles”{
goto fem_hair_1
}

I think @Dara.Amarie can help you! :blush:

2 Likes

Is she the one who they uses the templates in the app for? That’s were this come from.

1 Like

I just tired to remove what I didn’t want and now my story has been on hold for 3 hours :confused: I almost just want to take the option for Limited CC out now…

Yes, she makes templates! Are you trying to put a customization template in your story?

1 Like

Yes. I just removed nose mouth hair color eye color skin color and brow color. Oh and most of the hair,

You can request a limited customization template here :slight_smile: -

1 Like

Thank you

1 Like

You’re welcome!! :slight_smile:

1 Like

Hi, at the end of your script, did you create the label “female_1_end” in order to give the goto’s somewhere to direct you to?

1 Like

Idk how to :confused: I just removed what I didn’t need and I may have deleted it with out noticing.

1 Like

Yeah, at the very end of your script template you should type “label female_1_end” and then follow that with the continuation of your script after the customization template.

1 Like

So that’s all I have to do is add it to the end?

It should be! So, then, your script should look something like this…

“Braids Updo” {
@SAVANNAH changes hair into Braids Updo
goto hairUp_1
}“Back to Styles”{
goto fem_hair_1
}

label female_1_end
NARRATOR
Looking good!

1 Like

Okay thank you I will try it now. :slight_smile:

1 Like

Np! Let me know if it helps!

####################### MOUTH COLOR #######################
label fem_mouthcolor_1
NARRATOR
All lip colors.
choice
“Natural” {
goto NaturalColors_1
} “Gloss” {
goto GlossColors_1
} “Matte” {
goto MatteColors_1{
label NaturalColors_1
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]

Now it says right here Your label may not contain {
I’m so frustrated i haven’t been able to work on my story for 5 hour because of this :confused: I have fingered everything else out on my own but this I don’t understand…

1 Like

I think you have to turn the second “{“ the other way so that it is “}” that way instead.

Please close thread @Dara.Amarie made me what I needed thank you and thank you @writerren for helping me also :slight_smile:

1 Like

No problem! Glad I could help!

1 Like