Why does one of my character keep coming back when walking

pls help

What do you mean?

I’ll show you

they are overlapping

I have no clue, I’d have to see your script to know more :face_holding_back_tears:

Avatar - Limelight Male2 {

Limelight Male Character Template

This template was created in collaboration with Dara Amarie

Check out more of her work on instagram @dara.amarie.ep

To give her a shoutout in your story,

remove the hash from the reader message at the bottom of this template.

Be sure to replace JAX with your characters name

To do this:

Highlight JAX

Press Ctrl + F on your keyboard (Cmd + F for Macs)

Click on “All” on the bar in the pop up

Type in your character’s name in all caps

&JAX enters from left to screen center

label boy_custom_2

@zoom reset
@JAX starts think_rubchin
@speechbubble reset

    NARRATOR
So, what's your look?

choice
“Skin Tone” {
@JAX starts idle_happy_loop
goto boy_skin_2
}
“Hair” {

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

goto boy_hair_2
}
“Eyes” {

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

goto boy_eyes_2
}
“Eyebrows” {

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

goto boy_brows_2
}
“Face Shape”{

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

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

goto boy_nose_2
}
“Mouth” {

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

goto boy_mouth_2
}
“This is perfect!” {
goto boy_end_2
}

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

label boy_skin_2

    NARRATOR
All skin tones.

choice
“Lighter Shades” {
goto boy_lightskin_2
} “Medium Shades” {
goto boy_medskin_2
} “Darker Shades” {
goto boy_darkskin_2
} “Ash Shades” {
goto boy_ashskin_2
} “Done” {
goto boy_custom_2
}

label boy_lightskin_2

    NARRATOR
Light skin tones.

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

label boy_medskin_2

    NARRATOR
Medium skin tones.

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

label boy_darkskin_2

    NARRATOR
Dark skin tones.

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

label boy_ashskin_2

    NARRATOR
Ash skin tones.

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

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

label boy_brows_2

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched”{
@JAX changes eyebrows into Arched Medium
goto boy_brows_2
}“Generic”{
@JAX changes eyebrows into Male Generic
goto boy_brows_2
}“Round”{
@JAX changes eyebrows into Round Medium
goto boy_brows_2
}“Soft”{
@JAX changes eyebrows into Round Soft
goto boy_brows_2
} “Select Color” {
goto boy_browscolor_2
} “Done”{
goto boy_custom_2
}
“Thick”{
@JAX changes eyebrows into Round Thick
goto boy_brows_2
}“Straight”{
@JAX changes eyebrows into Straight Medium
goto boy_brows_2
}“Bushy”{
@JAX changes eyebrows into Arched Bushy
goto boy_brows_2
}“Thin”{
@JAX changes eyebrows into Round Thin
goto boy_brows_2
} “Select Color” {
goto boy_browscolor_2
} “Done”{
goto boy_custom_2
}
“Furrowed Straight”{
@JAX changes eyebrows into Furrowed Straight S
goto boy_brows_2
}“Furrowed Raised”{
@JAX changes eyebrows into Furrowed Raised S
goto boy_brows_2
}“Straight Medium Scar”{
@JAX changes eyebrows into Straight Medium Scar
goto boy_brows_2
} “Select Color” {
goto boy_browscolor_2
} “Done”{
goto boy_custom_2
}
####################### EYEBROW COLOR #######################

label boy_browscolor_2

    NARRATOR
Eyebrow colors.

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

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

label boy_face_2

    NARRATOR
Face shapes.

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

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

label boy_eyes_2

    NARRATOR
Eye shapes.

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

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

label boy_eyecolor_2

    NARRATOR
Eye colors.

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

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

label boy_mouth_2

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Classic” {
@JAX changes mouth into Medium Straight Natural
goto boy_mouth_2
}“Thin” {
@JAX changes mouth into Thin Heart
goto boy_mouth_2
}“Small” {
@JAX changes mouth into Small Heart
goto boy_mouth_2
}“Medium” {
@JAX changes mouth into Medium Heart
goto boy_mouth_2
}“Select Color”{
goto boy_mouthcolor_2
} “Done”{
goto boy_custom_2
}
“Full” {
@JAX changes mouth into Full Heart Natural
goto boy_mouth_2
}“Large” {
@JAX changes mouth into Full Heart Large
goto boy_mouth_2
}“Select Color”{
goto boy_mouthcolor_2
} “Done”{
goto boy_custom_2
}

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

label boy_mouthcolor_2

    NARRATOR
All lip colors.

choice
“Natural” {
goto boy_NaturalColors_2
} “Gloss” {
goto boy_GlossColors_2
} “Matte” {
goto boy_MatteColors_2
} “Change Lip Shape” {
goto boy_mouth_2
}

label boy_NaturalColors_2

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@JAX changes mouthColor into Fair Rose Matte
goto boy_NaturalColors_2
} “Fair Neutral” {
@JAX changes mouthColor into Fair Neutral Matte
goto boy_NaturalColors_2
} “Fair Gold” {
@JAX changes mouthColor into Fair Gold Matte
goto boy_NaturalColors_2
} “Beige Light Gold” {
@JAX changes mouthColor into Beige Light Gold Matte
goto boy_NaturalColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Beige Gold” {
@JAX changes mouthColor into Beige Gold Matte
goto boy_NaturalColors_2
} “Beige Rose” {
@JAX changes mouthColor into Beige Rose
goto boy_NaturalColors_2
} “Beige Deep Neutral” {
@JAX changes mouthColor into Beige Deep Neutral
goto boy_NaturalColors_2
} “Tan Deep Neutral” {
@JAX changes mouthColor into Tan Deep Neutral
goto boy_NaturalColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Brown Neutral” {
@JAX changes mouthColor into Brown Neutral
goto boy_NaturalColors_2
} “Brown Gold” {
@JAX changes mouthColor into Brown Gold
goto boy_NaturalColors_2
} “Brown Deep Gold” {
@JAX changes mouthColor into Brown Deep Gold
goto boy_NaturalColors_2
} “Brown Deep Rose” {
@JAX changes mouthColor into Brown Deep Rose
goto boy_NaturalColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}

label boy_GlossColors_2

    NARRATOR
Gloss lipstick colors.

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

label boy_MatteColors_2

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@JAX changes mouthColor into Peach Matte
goto boy_MatteColors_2
} “Light Peach” {
@JAX changes mouthColor into Pink Peach Light Matte
goto boy_MatteColors_2
} “Beige Pink” {
@JAX changes mouthColor into Pink Beige Matte
goto boy_MatteColors_2
} “Medium Pink” {
@JAX changes mouthColor into Pink Medium Matte
goto boy_MatteColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Warm Pink” {
@JAX changes mouthColor into Pink Warm Matte
goto boy_MatteColors_2
} “Hot Pink” {
@JAX changes mouthColor into Pink Hot Matte
goto boy_MatteColors_2
} “Deep Pink” {
@JAX changes mouthColor into Pink Deep Matte
goto boy_MatteColors_2
} “Rose” {
@JAX changes mouthColor into Rose Matte
goto boy_MatteColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Mauve” {
@JAX changes mouthColor into Mauve Matte
goto boy_GlossColors_2
} “Pastel Purple” {
@JAX changes mouthColor into Purple Pastel Matte
goto boy_GlossColors_2
} “Plum” {
@JAX changes mouthColor into Plum Matte
goto boy_GlossColors_2
} “Red” {
@JAX changes mouthColor into Red Matte
goto boy_GlossColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Deep Red” {
@JAX changes mouthColor into Red Deep Matte
goto boy_GlossColors_2
} “Violet” {
@JAX changes mouthColor into Violet Matte
goto boy_GlossColors_2
} “Black” {
@JAX changes mouthColor into Black Matte
goto boy_GlossColors_2
} “Done” {
goto boy_custom_2
} “Try Other Colors” {
goto boy_mouthcolor_2
}

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

label boy_nose_2

    NARRATOR
Nose shapes.

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

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

label boy_hair_2

    NARRATOR
All hair styles.

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

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

label boy_haircolor_2

    NARRATOR
All hair colors.

choice
“Dark”{
goto boy_hairDark_2
}“Light” {
goto boy_hairLight_2
}“Dyed”{
goto boy_hairDye_2
} “Back to Styles” {
goto boy_hair_2
}“Done”{
goto boy_custom_2
}

label boy_hairDark_2

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@JAX changes hairColor into Light Brown
goto boy_hairDark_2
}“Warm Brown” {
@JAX changes hairColor into Medium Warm Brown
goto boy_hairDark_2
}“Chestnut Brown”{
@JAX changes hairColor into Chestnut Brown
goto boy_hairDark_2
}“Dark Brown”{
@JAX changes hairColor into Dark Brown
goto boy_hairDark_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}
“Deep Brown” {
@JAX changes hairColor into Deep Brown
goto boy_hairDark_2
}“Burgundy” {
@JAX changes hairColor into Burgundy Red
goto boy_hairDark_2
}“Dark Black” {
@JAX changes hairColor into Black Dark
goto boy_hairDark_2
}“Jet Black” {
@JAX changes hairColor into Black Jet
goto boy_hairDark_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}

label boy_hairLight_2

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@JAX changes hairColor into Platinum Blonde
goto boy_hairLight_2
}“Dirty Blonde” {
@JAX changes hairColor into Dirty Blonde
goto boy_hairLight_2
}“Honey Blonde” {
@JAX changes hairColor into Honey Blonde
goto boy_hairLight_2
}“Strawberry Blonde” {
@JAX changes hairColor into Strawberry Blonde
goto boy_hairLight_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}
“Medium Blonde” {
@JAX changes hairColor into Blonde Medium
goto boy_hairLight_2
}“Ash Blonde” {
@JAX changes hairColor into Ash Blonde
goto boy_hairLight_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}

label boy_hairDye_2

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto boy_hairDye_Pink_2
}“Blue/Green” {
goto boy_hairDye_Blue_2
}“Red/Orange” {
goto boy_hairDye_Red_2
}“White/Grey/Yellow” {
goto boy_hairDye_Gray_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}

label boy_hairDye_Pink_2

    NARRATOR
Pink and purple hair colors.

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

label boy_hairDye_Blue_2

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@JAX changes hairColor into Blue
goto boy_hairDye_Blue_2
} “Light Blue” {
@JAX changes hairColor into Cornflower Blue
goto boy_hairDye_Blue_2
} “Aqua Blue” {
@JAX changes hairColor into Aqua Blue
goto boy_hairDye_Blue_2
} “Dark Blue” {
@JAX changes hairColor into Blue Black
goto boy_hairDye_Blue_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}
“Green” {
@JAX changes hairColor into Green
goto boy_hairDye_Blue_2
} “Lime Green” {
@JAX changes hairColor into Yellow Green
goto boy_hairDye_Blue_2
} “Mint” {
@JAX changes hairColor into Mint
goto boy_hairDye_Blue_2
} “Aqua Green” {
@JAX changes hairColor into Aqua Green
goto boy_hairDye_Blue_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}

label boy_hairDye_Red_2

    NARRATOR
Red and orange hair colors.

choice
“Orange” {
@JAX changes hairColor into Orange
goto boy_hairDye_Red_2
} “Red” {
@JAX changes hairColor into Red
goto boy_hairDye_Red_2
} “Copper Red” {
@JAX changes hairColor into Copper Red
goto boy_hairDye_Red_2
} “Ginger Red” {
@JAX changes hairColor into Ginger Red
goto boy_hairDye_Red_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}

label boy_hairDye_Gray_2

    NARRATOR
White, grey, and yellow hair colors.

choice
“White” {
@JAX changes hairColor into Warm White
goto boy_hairDye_Gray_2
} “Gray” {
@JAX changes hairColor into Cool Gray
goto boy_hairDye_Gray_2
} “Light Gray” {
@JAX changes hairColor into Aqua Gray
goto boy_hairDye_Gray_2
} “Yellow” {
@JAX changes hairColor into Yellow
goto boy_hairDye_Gray_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}

label boy_end_2
@pause for 0

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

#}

@LEO enters from screen right and LEO is walk_neutral

Avatar - Limelight Male2 {

Limelight Male Character Template

This template was created in collaboration with Dara Amarie

Check out more of her work on instagram @dara.amarie.ep

To give her a shoutout in your story,

remove the hash from the reader message at the bottom of this template.

Be sure to replace LEO with your characters name

To do this:

Highlight LEO

Press Ctrl + F on your keyboard (Cmd + F for Macs)

Click on “All” on the bar in the pop up

Type in your character’s name in all caps

&LEO enters from left to screen center

label boy_custom_2

@zoom reset
@LEO starts think_rubchin
@speechbubble reset

    NARRATOR
So, what's your look?

choice
“Skin Tone” {
@LEO starts idle_happy_loop
goto boy_skin_2
}
“Hair” {

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

goto boy_hair_2
}
“Eyes” {

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

goto boy_eyes_2
}
“Eyebrows” {

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

goto boy_brows_2
}
“Face Shape”{

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

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

goto boy_nose_2
}
“Mouth” {

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

goto boy_mouth_2
}
“This is perfect!” {
goto boy_end_2
}

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

label boy_skin_2

    NARRATOR
All skin tones.

choice
“Lighter Shades” {
goto boy_lightskin_2
} “Medium Shades” {
goto boy_medskin_2
} “Darker Shades” {
goto boy_darkskin_2
} “Ash Shades” {
goto boy_ashskin_2
} “Done” {
goto boy_custom_2
}

label boy_lightskin_2

    NARRATOR
Light skin tones.

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

label boy_medskin_2

    NARRATOR
Medium skin tones.

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

label boy_darkskin_2

    NARRATOR
Dark skin tones.

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

label boy_ashskin_2

    NARRATOR
Ash skin tones.

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

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

label boy_brows_2

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched”{
@LEO changes eyebrows into Arched Medium
goto boy_brows_2
}“Generic”{
@LEO changes eyebrows into Male Generic
goto boy_brows_2
}“Round”{
@LEO changes eyebrows into Round Medium
goto boy_brows_2
}“Soft”{
@LEO changes eyebrows into Round Soft
goto boy_brows_2
} “Select Color” {
goto boy_browscolor_2
} “Done”{
goto boy_custom_2
}
“Thick”{
@LEO changes eyebrows into Round Thick
goto boy_brows_2
}“Straight”{
@LEO changes eyebrows into Straight Medium
goto boy_brows_2
}“Bushy”{
@LEO changes eyebrows into Arched Bushy
goto boy_brows_2
}“Thin”{
@LEO changes eyebrows into Round Thin
goto boy_brows_2
} “Select Color” {
goto boy_browscolor_2
} “Done”{
goto boy_custom_2
}
“Furrowed Straight”{
@LEO changes eyebrows into Furrowed Straight S
goto boy_brows_2
}“Furrowed Raised”{
@LEO changes eyebrows into Furrowed Raised S
goto boy_brows_2
}“Straight Medium Scar”{
@LEO changes eyebrows into Straight Medium Scar
goto boy_brows_2
} “Select Color” {
goto boy_browscolor_2
} “Done”{
goto boy_custom_2
}
####################### EYEBROW COLOR #######################

label boy_browscolor_2

    NARRATOR
Eyebrow colors.

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

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

label boy_face_2

    NARRATOR
Face shapes.

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

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

label boy_eyes_2

    NARRATOR
Eye shapes.

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

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

label boy_eyecolor_2

    NARRATOR
Eye colors.

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

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

label boy_mouth_2

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Classic” {
@LEO changes mouth into Medium Straight Natural
goto boy_mouth_2
}“Thin” {
@LEO changes mouth into Thin Heart
goto boy_mouth_2
}“Small” {
@LEO changes mouth into Small Heart
goto boy_mouth_2
}“Medium” {
@LEO changes mouth into Medium Heart
goto boy_mouth_2
}“Select Color”{
goto boy_mouthcolor_2
} “Done”{
goto boy_custom_2
}
“Full” {
@LEO changes mouth into Full Heart Natural
goto boy_mouth_2
}“Large” {
@LEO changes mouth into Full Heart Large
goto boy_mouth_2
}“Select Color”{
goto boy_mouthcolor_2
} “Done”{
goto boy_custom_2
}

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

label boy_mouthcolor_2

    NARRATOR
All lip colors.

choice
“Natural” {
goto boy_NaturalColors_2
} “Gloss” {
goto boy_GlossColors_2
} “Matte” {
goto boy_MatteColors_2
} “Change Lip Shape” {
goto boy_mouth_2
}

label boy_NaturalColors_2

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@LEO changes mouthColor into Fair Rose Matte
goto boy_NaturalColors_2
} “Fair Neutral” {
@LEO changes mouthColor into Fair Neutral Matte
goto boy_NaturalColors_2
} “Fair Gold” {
@LEO changes mouthColor into Fair Gold Matte
goto boy_NaturalColors_2
} “Beige Light Gold” {
@LEO changes mouthColor into Beige Light Gold Matte
goto boy_NaturalColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Beige Gold” {
@LEO changes mouthColor into Beige Gold Matte
goto boy_NaturalColors_2
} “Beige Rose” {
@LEO changes mouthColor into Beige Rose
goto boy_NaturalColors_2
} “Beige Deep Neutral” {
@LEO changes mouthColor into Beige Deep Neutral
goto boy_NaturalColors_2
} “Tan Deep Neutral” {
@LEO changes mouthColor into Tan Deep Neutral
goto boy_NaturalColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Brown Neutral” {
@LEO changes mouthColor into Brown Neutral
goto boy_NaturalColors_2
} “Brown Gold” {
@LEO changes mouthColor into Brown Gold
goto boy_NaturalColors_2
} “Brown Deep Gold” {
@LEO changes mouthColor into Brown Deep Gold
goto boy_NaturalColors_2
} “Brown Deep Rose” {
@LEO changes mouthColor into Brown Deep Rose
goto boy_NaturalColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}

label boy_GlossColors_2

    NARRATOR
Gloss lipstick colors.

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

label boy_MatteColors_2

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@LEO changes mouthColor into Peach Matte
goto boy_MatteColors_2
} “Light Peach” {
@LEO changes mouthColor into Pink Peach Light Matte
goto boy_MatteColors_2
} “Beige Pink” {
@LEO changes mouthColor into Pink Beige Matte
goto boy_MatteColors_2
} “Medium Pink” {
@LEO changes mouthColor into Pink Medium Matte
goto boy_MatteColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Warm Pink” {
@LEO changes mouthColor into Pink Warm Matte
goto boy_MatteColors_2
} “Hot Pink” {
@LEO changes mouthColor into Pink Hot Matte
goto boy_MatteColors_2
} “Deep Pink” {
@LEO changes mouthColor into Pink Deep Matte
goto boy_MatteColors_2
} “Rose” {
@LEO changes mouthColor into Rose Matte
goto boy_MatteColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Mauve” {
@LEO changes mouthColor into Mauve Matte
goto boy_GlossColors_2
} “Pastel Purple” {
@LEO changes mouthColor into Purple Pastel Matte
goto boy_GlossColors_2
} “Plum” {
@LEO changes mouthColor into Plum Matte
goto boy_GlossColors_2
} “Red” {
@LEO changes mouthColor into Red Matte
goto boy_GlossColors_2
} “Try Other Colors” {
goto boy_mouthcolor_2
} “Done” {
goto boy_custom_2
}
“Deep Red” {
@LEO changes mouthColor into Red Deep Matte
goto boy_GlossColors_2
} “Violet” {
@LEO changes mouthColor into Violet Matte
goto boy_GlossColors_2
} “Black” {
@LEO changes mouthColor into Black Matte
goto boy_GlossColors_2
} “Done” {
goto boy_custom_2
} “Try Other Colors” {
goto boy_mouthcolor_2
}

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

label boy_nose_2

    NARRATOR
Nose shapes.

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

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

label boy_hair_2

    NARRATOR
All hair styles.

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

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

label boy_haircolor_2

    NARRATOR
All hair colors.

choice
“Dark”{
goto boy_hairDark_2
}“Light” {
goto boy_hairLight_2
}“Dyed”{
goto boy_hairDye_2
} “Back to Styles” {
goto boy_hair_2
}“Done”{
goto boy_custom_2
}

label boy_hairDark_2

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@LEO changes hairColor into Light Brown
goto boy_hairDark_2
}“Warm Brown” {
@LEO changes hairColor into Medium Warm Brown
goto boy_hairDark_2
}“Chestnut Brown”{
@LEO changes hairColor into Chestnut Brown
goto boy_hairDark_2
}“Dark Brown”{
@LEO changes hairColor into Dark Brown
goto boy_hairDark_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}
“Deep Brown” {
@LEO changes hairColor into Deep Brown
goto boy_hairDark_2
}“Burgundy” {
@LEO changes hairColor into Burgundy Red
goto boy_hairDark_2
}“Dark Black” {
@LEO changes hairColor into Black Dark
goto boy_hairDark_2
}“Jet Black” {
@LEO changes hairColor into Black Jet
goto boy_hairDark_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}

label boy_hairLight_2

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@LEO changes hairColor into Platinum Blonde
goto boy_hairLight_2
}“Dirty Blonde” {
@LEO changes hairColor into Dirty Blonde
goto boy_hairLight_2
}“Honey Blonde” {
@LEO changes hairColor into Honey Blonde
goto boy_hairLight_2
}“Strawberry Blonde” {
@LEO changes hairColor into Strawberry Blonde
goto boy_hairLight_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}
“Medium Blonde” {
@LEO changes hairColor into Blonde Medium
goto boy_hairLight_2
}“Ash Blonde” {
@LEO changes hairColor into Ash Blonde
goto boy_hairLight_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}

label boy_hairDye_2

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto boy_hairDye_Pink_2
}“Blue/Green” {
goto boy_hairDye_Blue_2
}“Red/Orange” {
goto boy_hairDye_Red_2
}“White/Grey/Yellow” {
goto boy_hairDye_Gray_2
}“Different Colors”{
goto boy_haircolor_2
}“Done”{
goto boy_custom_2
}

label boy_hairDye_Pink_2

    NARRATOR
Pink and purple hair colors.

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

label boy_hairDye_Blue_2

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@LEO changes hairColor into Blue
goto boy_hairDye_Blue_2
} “Light Blue” {
@LEO changes hairColor into Cornflower Blue
goto boy_hairDye_Blue_2
} “Aqua Blue” {
@LEO changes hairColor into Aqua Blue
goto boy_hairDye_Blue_2
} “Dark Blue” {
@LEO changes hairColor into Blue Black
goto boy_hairDye_Blue_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}
“Green” {
@LEO changes hairColor into Green
goto boy_hairDye_Blue_2
} “Lime Green” {
@LEO changes hairColor into Yellow Green
goto boy_hairDye_Blue_2
} “Mint” {
@LEO changes hairColor into Mint
goto boy_hairDye_Blue_2
} “Aqua Green” {
@LEO changes hairColor into Aqua Green
goto boy_hairDye_Blue_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}

label boy_hairDye_Red_2

    NARRATOR
Red and orange hair colors.

choice
“Orange” {
@LEO changes hairColor into Orange
goto boy_hairDye_Red_2
} “Red” {
@LEO changes hairColor into Red
goto boy_hairDye_Red_2
} “Copper Red” {
@LEO changes hairColor into Copper Red
goto boy_hairDye_Red_2
} “Ginger Red” {
@LEO changes hairColor into Ginger Red
goto boy_hairDye_Red_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}

label boy_hairDye_Gray_2

    NARRATOR
White, grey, and yellow hair colors.

choice
“White” {
@LEO changes hairColor into Warm White
goto boy_hairDye_Gray_2
} “Gray” {
@LEO changes hairColor into Cool Gray
goto boy_hairDye_Gray_2
} “Light Gray” {
@LEO changes hairColor into Aqua Gray
goto boy_hairDye_Gray_2
} “Yellow” {
@LEO changes hairColor into Yellow
goto boy_hairDye_Gray_2
}“Different Colors”{
goto boy_haircolor_2
}“Done” {
goto boy_custom_2
}

label boy_end_2
@pause for 0

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

#}

@LEO exits right and LEO is walk_neutral

@transition fade in black

music off

@transition fade out black 2

INT. CUTE BEDROOM GIRL - NIGHT

music music_dreamyslowjam

@transition fade in black 1

its a lot

If you are referring to Leo entering the screen twice, it is likely because you have these two consecutive lines in your code:

@.LEO enters from screen right and LEO is walk_neutral

&LEO enters from left to screen center

Do Ctrl + F and type one of these lines in to find it, and you should be able to remove one. I hope this helps.