Says I cant have label inside if/ then or {}

Help please it says an error and the error says Can’t have a label inside if/then or {}
INT. FLOWERS - DAY with CC OVERLAY with DONE OVERLAY
@SETH stands screen left in zone 2 AND MATTHEW stands screen left in zone 2 AND ANNA stands screen left in zone 2
@transition fade in gray in 1.5
tappable
“CC OVERLAY” {
@SETH enters from left to screen center
label boy_custom_1

@zoom reset
@SETH starts think_rubchin
@speechbubble reset

    NARRATOR
So, what's your look?

choice
“Skin Tone” {
@SETH starts idle_happy_loop
goto boy_skin_1
}
“Hair” {

@zoom reset
@zoom on 150 350 to 165% in 0
@SETH starts idle_happy_loop

goto boy_hair_1
}
“Eyes” {

@SETH starts idle
@zoom reset
@zoom on 150 350 to 165% in 0

goto boy_eyes_1
}
“Eyebrows” {

@zoom reset
@zoom on 150 350 to 165% in 0
@SETH starts idle_armscrossed_neutral_loop

goto boy_brows_1
}
“Face Shape”{

@zoom reset
@zoom on 150 350 to 165% in 0
@SETH starts idle_happy_loop

goto boy_face_1
}
“Nose” {
@zoom reset
@zoom on 150 350 to 165% in 0
@SETH starts idle

goto boy_nose_1
}
“Mouth” {

@zoom reset
@zoom on 150 350 to 165% in 0
@SETH starts idle

goto boy_mouth_1
}
“This is perfect!” {
goto boy_end_1
}

####################### SKIN COLOR #######################

label boy_skin_1

    NARRATOR
All skin tones.

choice
“Lighter Shades” {
goto boy_lightskin_1
} “Medium Shades” {
goto boy_medskin_1
} “Darker Shades” {
goto boy_darkskin_1
} “Ash Shades” {
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
}

label boy_lightskin_1

    NARRATOR
Light skin tones.

choice [shouldPaginate: YES]
“Light 1” {
@SETH changes bodyColor into Neutral 00
goto boy_lightskin_1
} “Light 2” {
@SETH changes bodyColor into Rose 00
goto boy_lightskin_1
} “Light 3” {
@SETH changes bodyColor into Gold 00
goto boy_lightskin_1
} “Light 4” {
@SETH changes bodyColor into Copper 00
goto boy_lightskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Light 5” {
@SETH changes bodyColor into Neutral 01
goto boy_lightskin_1
} “Light 6” {
@SETH changes bodyColor into Rose 01
goto boy_lightskin_1
} “Light 7” {
@SETH changes bodyColor into Gold 01
goto boy_lightskin_1
} “Light 8” {
@SETH changes bodyColor into Copper 01
goto boy_lightskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Light 9” {
@SETH changes bodyColor into Neutral 02
goto boy_lightskin_1
} “Light 10” {
@SETH changes bodyColor into Rose 02
goto boy_lightskin_1
} “Light 11” {
@SETH changes bodyColor into Gold 02
goto boy_lightskin_1
} “Light 12” {
@SETH changes bodyColor into Copper 02
goto boy_lightskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}

label boy_medskin_1

    NARRATOR
Medium skin tones.

choice [shouldPaginate: YES]
“Medium 1” {
@SETH changes bodyColor into Neutral 03
goto boy_medskin_1
} “Medium 2” {
@SETH changes bodyColor into Rose 03
goto boy_medskin_1
} “Medium 3” {
@SETH changes bodyColor into Gold 03
goto boy_medskin_1
} “Medium 4” {
@SETH changes bodyColor into Copper 03
goto boy_medskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Medium 5” {
@SETH changes bodyColor into Neutral 04
goto boy_medskin_1
} “Medium 6” {
@SETH changes bodyColor into Rose 04
goto boy_medskin_1
} “Medium 7” {
@SETH changes bodyColor into Gold 04
goto boy_medskin_1
} “Medium 8” {
@SETH changes bodyColor into Copper 04
goto boy_medskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Medium 9” {
@SETH changes bodyColor into Neutral 05
goto boy_medskin_1
} “Medium 10” {
@SETH changes bodyColor into Rose 05
goto boy_medskin_1
} “Medium 11” {
@SETH changes bodyColor into Gold 05
goto boy_medskin_1
} “Medium 12” {
@SETH changes bodyColor into Copper 05
goto boy_medskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Medium 13” {
@SETH changes bodyColor into Neutral 06
goto boy_medskin_1
} “Medium 14” {
@SETH changes bodyColor into Rose 06
goto boy_medskin_1
} “Medium 15” {
@SETH changes bodyColor into Gold 06
goto boy_medskin_1
} “Medium 16” {
@SETH changes bodyColor into Copper 06
goto boy_medskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}

label boy_darkskin_1

    NARRATOR
Dark skin tones.

choice [shouldPaginate: YES]
“Dark 1” {
@SETH changes bodyColor into Neutral 07
goto boy_darkskin_1
} “Dark 2” {
@SETH changes bodyColor into Rose 07
goto boy_darkskin_1
} “Dark 3” {
@SETH changes bodyColor into Gold 07
goto boy_darkskin_1
} “Dark 4” {
@SETH changes bodyColor into Copper 07
goto boy_darkskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Dark 5” {
@SETH changes bodyColor into Neutral 08
goto boy_darkskin_1
} “Dark 6” {
@SETH changes bodyColor into Rose 08
goto boy_darkskin_1
} “Dark 7” {
@SETH changes bodyColor into Gold 08
goto boy_darkskin_1
} “Dark 8” {
@SETH changes bodyColor into Copper 08
goto boy_darkskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Dark 9” {
@SETH changes bodyColor into Neutral 09
goto boy_darkskin_1
} “Dark 10” {
@SETH changes bodyColor into Rose 09
goto boy_darkskin_1
} “Dark 11” {
@SETH changes bodyColor into Gold 09
goto boy_darkskin_1
} “Dark 12” {
@SETH changes bodyColor into Copper 09
goto boy_darkskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Dark 13” {
@SETH changes bodyColor into Neutral 10
goto boy_darkskin_1
} “Dark 14” {
@SETH changes bodyColor into Rose 10
goto boy_darkskin_1
} “Dark 15” {
@SETH changes bodyColor into Gold 10
goto boy_darkskin_1
} “Dark 16” {
@SETH changes bodyColor into Copper 10
goto boy_darkskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}

label boy_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 1” {
@SETH changes bodyColor into Ash 00
goto boy_ashskin_1
} “Ash 2” {
@SETH changes bodyColor into Ash 01
goto boy_ashskin_1
} “Ash 3” {
@SETH changes bodyColor into Ash 02
goto boy_ashskin_1
} “Ash 4” {
@SETH changes bodyColor into Ash 03
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 5” {
@SETH changes bodyColor into Ash 04
goto boy_ashskin_1
} “Ash 6” {
@SETH changes bodyColor into Ash 05
goto boy_ashskin_1
} “Ash 7” {
@SETH changes bodyColor into Ash 06
goto boy_ashskin_1
} “Ash 8” {
@SETH changes bodyColor into Ash 07
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 9” {
@SETH changes bodyColor into Ash 08
goto boy_ashskin_1
} “Ash 10” {
@SETH changes bodyColor into Ash 09
goto boy_ashskin_1
} “Ash 11” {
@SETH changes bodyColor into Ash 10
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

####################### EYEBROWs #######################

label boy_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched”{
@SETH changes eyebrows into Arched Medium
goto boy_brows_1
}“Generic”{
@SETH changes eyebrows into Male Generic
goto boy_brows_1
}“Round”{
@SETH changes eyebrows into Round Medium
goto boy_brows_1
}“Soft”{
@SETH changes eyebrows into Round Soft
goto boy_brows_1
} “Select Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Thick”{
@SETH changes eyebrows into Round Thick
goto boy_brows_1
}“Straight”{
@SETH changes eyebrows into Straight Medium
goto boy_brows_1
}“Bushy”{
@SETH changes eyebrows into Arched Bushy
goto boy_brows_1
}“Thin”{
@SETH changes eyebrows into Round Thin
goto boy_brows_1
} “Select Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Furrowed Straight”{
@SETH changes eyebrows into Furrowed Straight S
goto boy_brows_1
}“Furrowed Raised”{
@SETH changes eyebrows into Furrowed Raised S
goto boy_brows_1
}“Straight Medium Scar”{
@SETH changes eyebrows into Straight Medium Scar
goto boy_brows_1
} “Select Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}

####################### EYEBROW COLOR #######################

label boy_browscolor_1

    NARRATOR
Eyebrow colors.

choice [shouldPaginate: YES]
“Dirty Blonde” {
@SETH changes eyebrowsColor into Dirty Blonde
goto boy_browscolor_1
} “Honey Blonde” {
@SETH changes eyebrowsColor into Honey Blonde
goto boy_browscolor_1
} “Platinum Blonde” {
@SETH changes eyebrowsColor into Platinum Blonde
goto boy_browscolor_1
} “Strawberry Blonde” {
@SETH changes eyebrowsColor into Strawberry Blonde
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Blonde Medium” {
@SETH changes eyebrowsColor into Blonde Medium
goto boy_browscolor_1
} “Chestnut Brown” {
@SETH changes eyebrowsColor into Chestnut Brown
goto boy_browscolor_1
} “Dark Brown” {
@SETH changes eyebrowsColor into Dark Brown
goto boy_browscolor_1
} “Deep Brown” {
@SETH changes eyebrowsColor into Deep Brown
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Light Brown” {
@SETH changes eyebrowsColor into Light Brown
goto boy_browscolor_1
} “Dark Black” {
@SETH changes eyebrowsColor into Black Dark
goto boy_browscolor_1
} “Jet Black” {
@SETH changes eyebrowsColor into blackJet
goto boy_browscolor_1
} “Light Pink” {
@SETH changes eyebrowsColor into Pink Lt
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Lavender” {
@SETH changes eyebrowsColor into Purple Lilac
goto boy_browscolor_1
} “Mint” {
@SETH changes eyebrowsColor into Green Mint
goto boy_browscolor_1
} “Ginger Red” {
@SETH changes eyebrowsColor into Ginger Red
goto boy_browscolor_1
} “Copper Red” {
@SETH changes eyebrowsColor into Copper Red
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Gray” {
@SETH changes eyebrowsColor into Gray
goto boy_browscolor_1
} “White” {
@SETH changes eyebrowsColor into White
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}

####################### FACE SHAPE #######################

label boy_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Soft Diamond” {
@SETH changes face into Diamond Soft
goto boy_face_1
} “Defined Diamond” {
@SETH changes face into Diamond Defined
goto boy_face_1
} “Generic” {
@SETH changes face into Male Generic
goto boy_face_1
} “Round” {
@SETH changes face into Round Soft
goto boy_face_1
} “Square Jaw” {
@SETH changes face into Square Jaw
goto boy_face_1
} “Done”{
goto boy_custom_1
}
“Triangle” {
@SETH changes face into Triangle Chiseled
goto boy_face_1
} “Mature Square” {
@SETH changes face into Square Jaw Mature
goto boy_face_1
} “Broad Cheeks” {
@SETH changes face into Round Broad Cheeks
goto boy_face_1
} “Chiseled Angular” {
@SETH changes face into Chiseled Angular
goto boy_face_1
}“Chiseled Angular Stubble” {
@SETH changes face into Chiseled Angular Stubble
goto boy_face_1
}
“Done”{
goto boy_custom_1
}“Square Long Jaw Stubble” {
@SETH changes face into Square Long Jaw Stubble
goto boy_face_1
}“Square Jaw Roundcheek Stubble” {
@SETH changes face into Square Jaw Roundcheek Stubble
goto boy_face_1
}“Chiseled Square Stubble Shaved” {
@SETH changes face into Chiseled Square Stubble Shaved
goto boy_face_1
}“Square Long Jaw Shadow” {
@SETH changes face into Square Long Jaw Shadow
goto boy_face_1
}“Triangle Chiseled Scruffy Beard” {
@SETH changes face into Triangle Chiseled Scruffy Beard
goto boy_face_1
}
“Done”{
goto boy_custom_1
}“Square Defined” {
@SETH changes face into Square Defined
goto boy_face_1
}
“Done”{
goto boy_custom_1
}

####################### EYE SHAPE #######################

label boy_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Downturned” {
@SETH changes eyes into Deepset Downturned
goto boy_eyes_1
} “Deepset Heavy” {
@SETH changes eyes into Deepset Heavy Lid
goto boy_eyes_1
} “Deep Sunken” {
@SETH changes eyes into Male Deep Sunken
goto boy_eyes_1
} “Generic” {
@SETH changes eyes into Male Generic
goto boy_eyes_1
} “Select Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Slender” {
@SETH changes eyes into Monolid Slender
goto boy_eyes_1
} “Oval” {
@SETH changes eyes into Oval Wide
goto boy_eyes_1
} “Sloping” {
@SETH changes eyes into Sloping Heavy Lid
goto boy_eyes_1
} “Mature” {
@SETH changes eyes into Deepset Sloping Mature
goto boy_eyes_1
} “Select Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}

####################### EYE COLOR #######################

label boy_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Aqua Blue” {
@SETH changes eyesColor into Blue Aqua
goto boy_eyecolor_1
} “Deep Blue” {
@SETH changes eyesColor into Blue Deep
goto boy_eyecolor_1
} “Light Brown” {
@SETH changes eyesColor into Brown Light
goto boy_eyecolor_1
} “Dark Brown” {
@SETH changes eyesColor into Brown Dark
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Black” {
@SETH changes eyesColor into Brown Black
goto boy_eyecolor_1
} “Green” {
@SETH changes eyesColor into Green Emerald
goto boy_eyecolor_1
} “Silver” {
@SETH changes eyesColor into Grey Cool
goto boy_eyecolor_1
} “Hazel” {
@SETH changes eyesColor into Hazel
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Red” {
@SETH changes eyesColor into Red
goto boy_eyecolor_1
} “Violet” {
@SETH changes eyesColor into Violet
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}

####################### MOUTH SHAPE #######################

label boy_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Classic” {
@SETH changes mouth into Medium Straight Natural
goto boy_mouth_1
}“Thin” {
@SETH changes mouth into Thin Heart
goto boy_mouth_1
}“Small” {
@SETH changes mouth into Small Heart
goto boy_mouth_1
}“Medium” {
@SETH changes mouth into Medium Heart
goto boy_mouth_1
}“Select Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}
“Full” {
@SETH changes mouth into Full Heart Natural
goto boy_mouth_1
}“Large” {
@SETH changes mouth into Full Heart Large
goto boy_mouth_1
}“Select Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}

####################### MOUTH COLOR #######################

label boy_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto boy_NaturalColors_1
} “Gloss” {
goto boy_GlossColors_1
} “Matte” {
goto boy_MatteColors_1
} “Change Lip Shape” {
goto boy_mouth_1
}

label boy_NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@SETH changes mouthColor into Fair Rose Matte
goto boy_NaturalColors_1
} “Fair Neutral” {
@SETH changes mouthColor into Fair Neutral Matte
goto boy_NaturalColors_1
} “Fair Gold” {
@SETH changes mouthColor into Fair Gold Matte
goto boy_NaturalColors_1
} “Beige Light Gold” {
@SETH changes mouthColor into Beige Light Gold Matte
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Beige Gold” {
@SETH changes mouthColor into Beige Gold Matte
goto boy_NaturalColors_1
} “Beige Rose” {
@SETH changes mouthColor into Beige Rose
goto boy_NaturalColors_1
} “Beige Deep Neutral” {
@SETH changes mouthColor into Beige Deep Neutral
goto boy_NaturalColors_1
} “Tan Deep Neutral” {
@SETH changes mouthColor into Tan Deep Neutral
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Brown Neutral” {
@SETH changes mouthColor into Brown Neutral
goto boy_NaturalColors_1
} “Brown Gold” {
@SETH changes mouthColor into Brown Gold
goto boy_NaturalColors_1
} “Brown Deep Gold” {
@SETH changes mouthColor into Brown Deep Gold
goto boy_NaturalColors_1
} “Brown Deep Rose” {
@SETH changes mouthColor into Brown Deep Rose
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}

label boy_GlossColors_1

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@SETH changes mouthColor into Peach Gloss
goto boy_GlossColors_1
} “Light Peach” {
@SETH changes mouthColor into Pink Peach Lt Gloss
goto boy_GlossColors_1
} “Beige Pink” {
@SETH changes mouthColor into Pink Beige Gloss
goto boy_GlossColors_1
} “Medium Pink” {
@SETH changes mouthColor into Pink Medium Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Warm Pink” {
@SETH changes mouthColor into Pink Warm Gloss
goto boy_GlossColors_1
} “Hot Pink” {
@SETH changes mouthColor into Pink Hot Gloss
goto boy_GlossColors_1
} “Deep Pink” {
@SETH changes mouthColor into Pink Deep Gloss
goto boy_GlossColors_1
} “Rose” {
@SETH changes mouthColor into Rose Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Mauve” {
@SETH changes mouthColor into Mauve Gloss
goto boy_GlossColors_1
} “Pastel Purple” {
@SETH changes mouthColor into Purple Pastel Gloss
goto boy_GlossColors_1
} “Plum” {
@SETH changes mouthColor into Plum Gloss
goto boy_GlossColors_1
} “Red” {
@SETH changes mouthColor into Red Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Deep Red” {
@SETH changes mouthColor into Red Deep Gloss
goto boy_GlossColors_1
} “Violet” {
@SETH changes mouthColor into Violet Gloss
goto boy_GlossColors_1
} “Black” {
@SETH changes mouthColor into Black Gloss
goto boy_GlossColors_1
} “Done” {
goto boy_custom_1
} “Try Other Colors” {
goto boy_mouthcolor_1
}

label boy_MatteColors_1

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@SETH changes mouthColor into Peach Matte
goto boy_MatteColors_1
} “Light Peach” {
@SETH changes mouthColor into Pink Peach Light Matte
goto boy_MatteColors_1
} “Beige Pink” {
@SETH changes mouthColor into Pink Beige Matte
goto boy_MatteColors_1
} “Medium Pink” {
@SETH changes mouthColor into Pink Medium Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Warm Pink” {
@SETH changes mouthColor into Pink Warm Matte
goto boy_MatteColors_1
} “Hot Pink” {
@SETH changes mouthColor into Pink Hot Matte
goto boy_MatteColors_1
} “Deep Pink” {
@SETH changes mouthColor into Pink Deep Matte
goto boy_MatteColors_1
} “Rose” {
@SETH changes mouthColor into Rose Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Mauve” {
@SETH changes mouthColor into Mauve Matte
goto boy_GlossColors_1
} “Pastel Purple” {
@SETH changes mouthColor into Purple Pastel Matte
goto boy_GlossColors_1
} “Plum” {
@SETH changes mouthColor into Plum Matte
goto boy_GlossColors_1
} “Red” {
@SETH changes mouthColor into Red Matte
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Deep Red” {
@SETH changes mouthColor into Red Deep Matte
goto boy_GlossColors_1
} “Violet” {
@SETH changes mouthColor into Violet Matte
goto boy_GlossColors_1
} “Black” {
@SETH changes mouthColor into Black Matte
goto boy_GlossColors_1
} “Done” {
goto boy_custom_1
} “Try Other Colors” {
goto boy_mouthcolor_1
}

####################### NOSE SHAPE #######################

label boy_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Button Wide” {
@SETH changes nose into Button Wide
goto boy_nose_1
} “Button Round” {
@SETH changes nose into Button Round
goto boy_nose_1
} “Narrow” {
@SETH changes nose into Grecian Narrow
goto boy_nose_1
} “Hooked”{
@SETH changes nose into Hooked Grecian
goto boy_nose_1
} “Generic” {
@SETH changes nose into Male Generic
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Round” {
@SETH changes nose into Round Wide
goto boy_nose_1
} “Grecian” {
@SETH changes nose into Grecian Round
goto boy_nose_1
} “Straight” {
@SETH changes nose into Straight Narrow
goto boy_nose_1
} “Bulbous” {
@SETH changes nose into Bulbous Downturned
goto boy_nose_1
} “Pointed” {
@SETH changes nose into Straight Pointed
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Round Flared” {
@SETH changes nose into Round Flared Downturned
goto boy_nose_1
} “Roman Broad” {
@SETH changes nose into Roman Straight Broad
goto boy_nose_1
} “Straight Flat” {
@SETH changes nose into Straight Flat
goto boy_nose_1
} “Done”{
goto boy_custom_1
}

####################### HAIR STYLE #######################

label boy_hair_1

    NARRATOR
All hair styles.

choice [shouldPaginate: YES]
“Generic Short” {
@SETH changes hair into Generic Short
goto boy_hair_1
} “Curly Mohawk” {
@SETH changes hair into Curly Mohawk
goto boy_hair_1
} “Manbun” {
@SETH changes hair into Manbun
goto boy_hair_1
} “Short Fade” {
@SETH changes hair into Short Curly Fade
goto boy_hair_1
} “Select Color” {
goto boy_haircolor_1
} “Done” {
goto boy_custom_1
}
“Twist Hair” {
@SETH changes hair into Short Twists
goto boy_hair_1
} “Slicked Back” {
@SETH changes hair into Slicked Back Solid
goto boy_hair_1
} “Afro” {
@SETH changes hair into Afro
goto boy_hair_1
} “Messy Curls” {
@SETH changes hair into Short Messy Curls
goto boy_hair_1
} “Select Color” {
goto boy_haircolor_1
} “Done” {
goto boy_custom_1
}
“Receding Short Straight” {
@SETH changes hair into Receding Short Straight
goto boy_hair_1
} “Receded Hairline” {
@SETH changes hair into Receded Hairline
goto boy_hair_1
} “Small Bun” {
@SETH changes hair into Small Bun
goto boy_hair_1
} “Tousled Loose Curls Long” {
@SETH changes hair into Tousled Loose Curls Long
goto boy_hair_1
} “Select Color” {
goto boy_haircolor_1
} “Done” {
goto boy_custom_1
}
“Shaggy” {
@SETH changes hair into Short Shaggy
goto boy_hair_1
} “Wavy Messy” {
@SETH changes hair into Wavy Messy
goto boy_hair_1
} “Pompadour” {
@SETH changes hair into Wavy Quiff
goto boy_hair_1
} “Medium Dreadlocks” {
@SETH changes hair into Medium Dreadlocks
goto boy_hair_1
} “Select Color” {
goto boy_haircolor_1
} “Done” {
goto boy_custom_1
}
“Long Dreadlocks” {
@SETH changes hair into Long Dreadlocks
goto boy_hair_1
} “Long Braided” {
@SETH changes hair into Long Braided
goto boy_hair_1
}“Crew Cut” {
@SETH changes hair into Crew Cut
goto boy_hair_1
}“Long Top Messy Curls” {
@SETH changes hair into Long Top Messy Curls
goto boy_hair_1
} “Change Color” {
goto boy_haircolor_1
} “Done” {
goto boy_custom_1
}
“Wavy Long” {
@SETH changes hair into Wavy Long
goto boy_hair_1
} “Medium Taper Wavy” {
@SETH changes hair into Medium Taper Wavy
goto boy_hair_1
} “Short Side Part Curly” {
@SETH changes hair into Short Side Part Curly
goto boy_hair_1
} “Mohawk Dreads Short” {
@SETH changes hair into Mohawk Dreads Short
goto boy_hair_1
}“Select Color” {
goto boy_haircolor_1
} “Done” {
goto boy_custom_1
}
“Dreads Loose Top Short” {
@SETH changes hair into Dreads Loose Top Short
goto boy_hair_1
} “Curly Loose Afro Hair” {
@SETH changes hair into Curly Loose Afro Hair
goto boy_hair_1
}“Select Color” {
goto boy_haircolor_1
} “Done” {
goto boy_custom_1
}

####################### HAIR COLOR #######################

label boy_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto boy_hairDark_1
}“Light” {
goto boy_hairLight_1
}“Dyed”{
goto boy_hairDye_1
} “Back to Styles” {
goto boy_hair_1
}“Done”{
goto boy_custom_1
}

label boy_hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@SETH changes hairColor into Light Brown
goto boy_hairDark_1
}“Warm Brown” {
@SETH changes hairColor into Medium Warm Brown
goto boy_hairDark_1
}“Chestnut Brown”{
@SETH changes hairColor into Chestnut Brown
goto boy_hairDark_1
}“Dark Brown”{
@SETH changes hairColor into Dark Brown
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Deep Brown” {
@SETH changes hairColor into Deep Brown
goto boy_hairDark_1
}“Burgundy” {
@SETH changes hairColor into Burgundy Red
goto boy_hairDark_1
}“Dark Black” {
@SETH changes hairColor into Black Dark
goto boy_hairDark_1
}“Jet Black” {
@SETH changes hairColor into Black Jet
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@SETH changes hairColor into Platinum Blonde
goto boy_hairLight_1
}“Dirty Blonde” {
@SETH changes hairColor into Dirty Blonde
goto boy_hairLight_1
}“Honey Blonde” {
@SETH changes hairColor into Honey Blonde
goto boy_hairLight_1
}“Strawberry Blonde” {
@SETH changes hairColor into Strawberry Blonde
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Medium Blonde” {
@SETH changes hairColor into Blonde Medium
goto boy_hairLight_1
}“Ash Blonde” {
@SETH changes hairColor into Ash Blonde
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto boy_hairDye_Pink_1
}“Blue/Green” {
goto boy_hairDye_Blue_1
}“Red/Orange” {
goto boy_hairDye_Red_1
}“White/Grey/Yellow” {
goto boy_hairDye_Gray_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@SETH changes hairColor into Hot Pink
goto boy_hairDye_Pink_1
} “Light Pink” {
@SETH changes hairColor into Pink Lt
goto boy_hairDye_Pink_1
} “Peach” {
@SETH changes hairColor into Peach Blonde
goto boy_hairDye_Pink_1
} “Rose Gold” {
@SETH changes hairColor into Rose Gold
goto boy_hairDye_Pink_1
}“Different Colors”{
goto boy_haircolor_1
}“Done” {
goto boy_custom_1
}
“Purple” {
@SETH changes hairColor into Red Purple
goto boy_hairDye_Pink_1
} “Lavender” {
@SETH changes hairColor into Purple Lilac
goto boy_hairDye_Pink_1
} “Plum” {
@SETH changes hairColor into Plum
goto boy_hairDye_Pink_1
} “Dark Purple” {
@SETH changes hairColor into Purple
goto boy_hairDye_Pink_1
}“Different Colors”{
goto boy_haircolor_1
}“Done” {
goto boy_custom_1
}

label boy_hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@SETH changes hairColor into Blue
goto boy_hairDye_Blue_1
} “Light Blue” {
@SETH changes hairColor into Cornflower Blue
goto boy_hairDye_Blue_1
} “Aqua Blue” {
@SETH changes hairColor into Aqua Blue
goto boy_hairDye_Blue_1
} “Dark Blue” {
@SETH changes hairColor into Blue Black
goto boy_hairDye_Blue_1
}“Different Colors”{
goto boy_haircolor_1
}“Done” {
goto boy_custom_1
}
“Green” {
@SETH changes hairColor into Green
goto boy_hairDye_Blue_1
} “Lime Green” {
@SETH changes hairColor into Yellow Green
goto boy_hairDye_Blue_1
} “Mint” {
@SETH changes hairColor into Mint
goto boy_hairDye_Blue_1
} “Aqua Green” {
@SETH changes hairColor into Aqua Green
goto boy_hairDye_Blue_1
}“Different Colors”{
goto boy_haircolor_1
}“Done” {
goto boy_custom_1
}

label boy_hairDye_Red_1

    NARRATOR
Red and orange hair colors.

choice
“Orange” {
@SETH changes hairColor into Orange
goto boy_hairDye_Red_1
} “Red” {
@SETH changes hairColor into Red
goto boy_hairDye_Red_1
} “Copper Red” {
@SETH changes hairColor into Copper Red
goto boy_hairDye_Red_1
} “Ginger Red” {
@SETH changes hairColor into Ginger Red
goto boy_hairDye_Red_1
}“Different Colors”{
goto boy_haircolor_1
}“Done” {
goto boy_custom_1
}

label boy_hairDye_Gray_1

    NARRATOR
White, grey, and yellow hair colors.

choice
“White” {
@SETH changes hairColor into Warm White
goto boy_hairDye_Gray_1
} “Gray” {
@SETH changes hairColor into Cool Gray
goto boy_hairDye_Gray_1
} “Light Gray” {
@SETH changes hairColor into Aqua Gray
goto boy_hairDye_Gray_1
} “Yellow” {
@SETH changes hairColor into Yellow
goto boy_hairDye_Gray_1
}“Different Colors”{
goto boy_haircolor_1
}“Done” {
goto boy_custom_1
}

label boy_end_1
@pause for 0

#readerMessage This template was created in collaboration with @dara.amarie.ep on IG!

#}

} “Done” {

}

@Dara.Amarie do you now what I did wrong? I just added the CC in my choice. My choice is tappable.
I have 2 more CC I want to add in this choice. His patents will also be fully CC

as the error say you cant have label inside a choice… you inserted the boy custom lebel inside the tappable choice you have to put the cc outdide the tappable choice and use goto inside the choice to sed reader to the cc if he taps the overlay

Oh, I don’t know how to do that…

I am on phone so I will just write youan example

tappable “OVERLAY”{
goto boy_custom
}

label boy_custom
CC

1 Like

to explain

label is like a flag you put in the script… marked place to which you can send reader ( back or forth)

goto is command telling the script to go to a certain label…

therefore label cant be inside choice

1 Like

Okay thank you so much

Under done would I do a goto label also? and how would I go back for over episodes will have the choice to pick recap, CC, skip or done

how many tappable overlays you have in the menu?
And what are they? I will make you simple template but I need to know the menu

The first episode I’ll have 2 and All other episodes I’ll have 4.

So first is play and CC?
And in the other what are the 2 more?

:astonished: Wooooooowwwww that’s a lot of code! I noticed the thread was marked as solved. Checking to see if it’s safe to close. Thanks! :grin:

1 Like

recap, CC, skip and done
These are the overlays I have made and are ready to go. I just need to know what I need to put in each so that I can get it to go back to the choices like you click CC and they can CC them then once done I need it to go back so that they can pick if they want a recap or if there done and ready to move on because if they pick to skip it will go to the end of the episode. (I have skip so that if I have to fix something small they dont have to reread the episode.)

No not yet sorry. I thought I was done until I needed just a little more help with it. May I tag you once I have it sorted?

so done = start play the story?

Yes but I’ll have outfit choices and reader choices to pick from so I can just put my story there because then I’ll have the problem with can’t have labels in side the {}

so here is the template for the 1 chapter

#############################################################
#here create all your overlays

#############################################################
label menu
tappable “DONE” {
goto play

} “CC” {
goto CC

}
#############################################################
label CC
#here add all your CC

goto menu
#############################################################
label play

1 Like

Okay so I would just make goto in all of them. And I need a label for the start of the episode before they click on them, I get it now. Thank you so much.

and here for the other chapters:

label menu
#############################################################
#here create all your overlays

#############################################################
tappable “DONE” {
goto play
} “CC” {
goto CC
} “RECAP” {
goto recap
} “SKIP” {
goto story_end
}
#############################################################
label CC
#here add all your CC

goto menu
#############################################################
label recap
#here add the recap

goto menu
#############################################################
label play

#here write all the story
#############################################################
label story_end

1 Like

Thank you so much. I am saving all this to note pad now. How may I credit you for the help in my story? Youre Episode name here or do you have an Instagram I may use to credit you with in the story for all this help :slight_smile: