Labels hair and makeup template help

So I have two makeup and lip templates for different scenes and I have labels for a change of clothing it’s coming up with duplicate label what do I do to fix this​:heart::heart:

1 Like

I can’t see it properly, can you copy and paste your code in the chat.

It’s just the normal hair and makeup template xx

You have to change every single label and goto name for the 2nd time you use the same template in one episode. Using the same template twice in a single episode creates duplicate labels meaning there are 2 of the same label names.

3 Likes

So should I just add 2 to all labels ?xx

Yea you can do that, and make sure you add it to all “goto” names as well

Or if you would like, let me know which template you’re using and I can just edit it for you

I’m using the hair and lip template from your website

Template here
label hair_and_lip_x2

        NARRATOR
    What do you want to change?

choice
"Lipstick" {
goto lip_stick_x2
} "Hairstyle" {
goto hair_styles_x2
} <PREMIUM> "I look amazing!" {
goto hair_and_lip_end_x2
}

label lip_stick_x2

        NARRATOR
    All lip colors.

choice
"Natural" {
goto LS_NaturalColors_x2
} "Gloss" {
goto LS_GlossColors_x2
} "Matte" {
goto LS_MatteColors_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}

label LS_NaturalColors_x2

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Fair Rose" {
@FEMALEAVATAR changes mouthColor into Fair Rose Matte
goto LS_NaturalColors_x2
} "Fair Neutral" {
@FEMALEAVATAR changes mouthColor into Fair Neutral Matte
goto LS_NaturalColors_x2
} "Fair Gold" {
@FEMALEAVATAR changes mouthColor into Fair Gold Matte
goto LS_NaturalColors_x2
} "Beige Light Gold" {
@FEMALEAVATAR changes mouthColor into Beige Light Gold Matte
goto LS_NaturalColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Beige Gold" {
@FEMALEAVATAR changes mouthColor into Beige Gold Matte
goto LS_NaturalColors_x2
} "Beige Rose" {
@FEMALEAVATAR changes mouthColor into Beige Rose
goto LS_NaturalColors_x2
} "Beige Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Beige Deep Neutral
goto LS_NaturalColors_x2
} "Tan Deep Gold" {
@FEMALEAVATAR changes mouthColor into Tan Deep Gold
goto LS_NaturalColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Tan Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Tan Deep Neutral
goto LS_NaturalColors_x2
} "Brown Neutral" {
@FEMALEAVATAR changes mouthColor into Brown Neutral
goto LS_NaturalColors_x2
} "Brown Gold" {
@FEMALEAVATAR changes mouthColor into Brown Gold
goto LS_NaturalColors_x2
} "Brown Deep Gold" {
@FEMALEAVATAR changes mouthColor into Brown Deep Gold
goto LS_NaturalColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Brown Deep Rose" {
@FEMALEAVATAR changes mouthColor into Brown Deep Rose
goto LS_NaturalColors_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
}

label LS_GlossColors_x2

        NARRATOR
    Gloss lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Gloss
goto LS_GlossColors_x2
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Lt Gloss
goto LS_GlossColors_x2
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Gloss
goto LS_GlossColors_x2
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Gloss
goto LS_GlossColors_x2
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Gloss
goto LS_GlossColors_x2
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Gloss
goto LS_GlossColors_x2
} "Pink Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Medium Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Neutral Nude" {
@FEMALEAVATAR changes mouthColor into Neutral Medium Nude Gloss
goto LS_GlossColors_x2
} "Light Nude" {
@FEMALEAVATAR changes mouthColor into Rose Light Nude Gloss
goto LS_GlossColors_x2
} "Medium Nude" {
@FEMALEAVATAR changes mouthColor into Rose Medium Nude Gloss
goto LS_GlossColors_x2
} "Dark Nude" {
@FEMALEAVATAR changes mouthColor into Rose Dark Nude Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Rose" {
@FEMALEAVATAR changes mouthColor into Rose Gloss
goto LS_GlossColors_x2
} "Mauve" {
@FEMALEAVATAR changes mouthColor into Mauve Gloss
goto LS_GlossColors_x2
} "Pastel Purple" {
@FEMALEAVATAR changes mouthColor into Purple Pastel Gloss
goto LS_GlossColors_x2
} "Deep Purple" {
@FEMALEAVATAR changes mouthColor into Purple Deep Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Red" {
@FEMALEAVATAR changes mouthColor into Red Gloss
goto LS_GlossColors_x2
} "Deep Red" {
@FEMALEAVATAR changes mouthColor into Red Deep Gloss
goto LS_GlossColors_x2
} "Plum" {
@FEMALEAVATAR changes mouthColor into Plum Gloss
goto LS_GlossColors_x2
} "Violet" {
@FEMALEAVATAR changes mouthColor into Violet Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Blood Orange" {
@FEMALEAVATAR changes mouthColor into Blood Orange Gloss
goto LS_GlossColors_x2
} "Red Garnet" {
@FEMALEAVATAR changes mouthColor into Red Garnet Gloss
goto LS_GlossColors_x2
} "Blackberry" {
@FEMALEAVATAR changes mouthColor into Blackberry Gloss
goto LS_GlossColors_x2
} "Pink Cashmere" {
@FEMALEAVATAR changes mouthColor into Pink Cashmere Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Ash Deep" {
@FEMALEAVATAR changes mouthColor into Ash Deep Gloss
goto LS_GlossColors_x2
} "Dark Mauve" {
@FEMALEAVATAR changes mouthColor into Dark Mauve Gloss
goto LS_GlossColors_x2
} "Dark Amethyst" {
@FEMALEAVATAR changes mouthColor into Dark Amethyst Gloss
goto LS_GlossColors_x2
} "Royal Blue" {
@FEMALEAVATAR changes mouthColor into Royal Blue Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Dark Apricot" {
@FEMALEAVATAR changes mouthColor into Dark Apricot Gloss
goto LS_GlossColors_x2
} "Copper Deep" {
@FEMALEAVATAR changes mouthColor into Copper Deep Gloss
goto LS_GlossColors_x2
} "Gold Deep" {
@FEMALEAVATAR changes mouthColor into Gold Deep Gloss
goto LS_GlossColors_x2
} "Black" {
@FEMALEAVATAR changes mouthColor into Black Gloss
goto LS_GlossColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}

label LS_MatteColors_x2

        NARRATOR
    Matte lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Matte
goto LS_MatteColors_x2
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Light Matte
goto LS_MatteColors_x2
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Matte
goto LS_MatteColors_x2
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Matte
goto LS_MatteColors_x2
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Matte
goto LS_MatteColors_x2
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Matte
goto LS_MatteColors_x2
} "Pink Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Medium Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Neutral Nude" {
@FEMALEAVATAR changes mouthColor into Neutral Medium Nude Matte
goto LS_MatteColors_x2
} "Light Nude" {
@FEMALEAVATAR changes mouthColor into Rose Light Nude Matte
goto LS_MatteColors_x2
} "Medium Nude" {
@FEMALEAVATAR changes mouthColor into Rose Medium Nude Matte
goto LS_MatteColors_x2
} "Dark Nude" {
@FEMALEAVATAR changes mouthColor into Rose Dark Nude Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Rose" {
@FEMALEAVATAR changes mouthColor into Rose Matte
goto LS_MatteColors_x2
} "Mauve" {
@FEMALEAVATAR changes mouthColor into Mauve Matte
goto LS_MatteColors_x2
} "Pastel Purple" {
@FEMALEAVATAR changes mouthColor into Purple Pastel Matte
goto LS_MatteColors_x2
} "Deep Purple" {
@FEMALEAVATAR changes mouthColor into Purple Deep Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Red" {
@FEMALEAVATAR changes mouthColor into Red Matte
goto LS_MatteColors_x2
} "Deep Red" {
@FEMALEAVATAR changes mouthColor into Red Deep Matte
goto LS_MatteColors_x2
} "Plum" {
@FEMALEAVATAR changes mouthColor into Plum Matte
goto LS_MatteColors_x2
} "Violet" {
@FEMALEAVATAR changes mouthColor into Violet Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Blood Orange" {
@FEMALEAVATAR changes mouthColor into Blood Orange Matte
goto LS_MatteColors_x2
} "Red Garnet" {
@FEMALEAVATAR changes mouthColor into Red Garnet Matte
goto LS_MatteColors_x2
} "Blackberry" {
@FEMALEAVATAR changes mouthColor into Blackberry Matte
goto LS_MatteColors_x2
} "Pink Cashmere" {
@FEMALEAVATAR changes mouthColor into Pink Cashmere Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Ash Deep" {
@FEMALEAVATAR changes mouthColor into Ash Deep Matte
goto LS_MatteColors_x2
} "Dark Mauve" {
@FEMALEAVATAR changes mouthColor into Dark Mauve Matte
goto LS_MatteColors_x2
} "Dark Amethyst" {
@FEMALEAVATAR changes mouthColor into Dark Amethyst Matte
goto LS_MatteColors_x2
} "Royal Blue" {
@FEMALEAVATAR changes mouthColor into Royal Blue Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}
"Dark Apricot" {
@FEMALEAVATAR changes mouthColor into Dark Apricot Matte
goto LS_MatteColors_x2
} "Copper Deep" {
@FEMALEAVATAR changes mouthColor into Copper Deep Matte
goto LS_MatteColors_x2
} "Gold Deep" {
@FEMALEAVATAR changes mouthColor into Gold Deep Matte
goto LS_MatteColors_x2
} "Black" {
@FEMALEAVATAR changes mouthColor into Black Matte
goto LS_MatteColors_x2
} <GREEN> "Try Other Colors" {
goto lip_stick_x2
} <PREMIUM> "Done" {
goto hair_and_lip_x2
}

label hair_styles_x2

        NARRATOR
    All hairstyles.

choice
"Short Hair"{
goto hair_styles_x2_Short
}"Mid-length Hair"{
goto hair_styles_x2_Medium
}"Long Hair"{
goto hair_styles_x2_Long
}"Styled Hair"{
goto hair_styles_x2_Up
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}

label hair_styles_x2_Short

        NARRATOR
    Short hairstyles.

choice [shouldPaginate: YES]
"Afro" {
@FEMALEAVATAR changes hair into Afro
goto hair_styles_x2_Short
} "Short Afro" {
@FEMALEAVATAR changes hair into Short Afro
goto hair_styles_x2_Short
} "Classic Bob" {
@FEMALEAVATAR changes hair into Classic Bob
goto hair_styles_x2_Short
} "Curly Bob" {
@FEMALEAVATAR changes hair into Curly Bob
goto hair_styles_x2_Short
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Faux Hawk" {
@FEMALEAVATAR changes hair into Long Faux Hawk Solid
goto hair_styles_x2_Short
}"Fade" {
@FEMALEAVATAR changes hair into Short Curly Fade
goto hair_styles_x2_Short
}"Pixie" {
@FEMALEAVATAR changes hair into Short Pixie
goto hair_styles_x2_Short
}"Punk Pixie" {
@FEMALEAVATAR changes hair into Punk Pixie
goto hair_styles_x2_Short
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Short Wavy" {
@FEMALEAVATAR changes hair into Short Wavy Hair Solid
goto hair_styles_x2_Short
}"Blunt Bangs" {
@FEMALEAVATAR changes hair into Blunt Bangs Short
goto hair_styles_x2_Short
} "Wavy Side Shaved" {
@FEMALEAVATAR changes hair into Short Wavy Side Shave
goto hair_styles_x2_Short
}"Curly Blow Out" {
@FEMALEAVATAR changes hair into Short Curly Blow Out
goto hair_styles_x2_Short
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Crew Cut" {
@FEMALEAVATAR changes hair into Crew Cut
goto hair_styles_x2_Short
}"Short Fringe" {
@FEMALEAVATAR changes hair into Short Layered Fringe
goto hair_styles_x2_Short
}"Straight Tucked" {
@FEMALEAVATAR changes hair into Short Straight Tucked
goto hair_styles_x2_Short
}"Emo Pixie" {
@FEMALEAVATAR changes hair into Emo Pixie
goto hair_styles_x2_Short
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Bantu Knots" {
@FEMALEAVATAR changes hair into Bantu Knots
goto hair_styles_x2_Short
}"Conservative Cut" {
@FEMALEAVATAR changes hair into Conservative Cut
goto hair_styles_x2_Short
}"Parted Bangs" {
@FEMALEAVATAR changes hair into Long Bang Short Hair
goto hair_styles_x2_Short
}"Side Part Curly" {
@FEMALEAVATAR changes hair into Side Part Curly Asymmetrical
goto hair_styles_x2_Short
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Short Flipped" {
@FEMALEAVATAR changes hair into Short Flipped Wavy Solid
goto hair_styles_x2_Short
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}

label hair_styles_x2_Medium

        NARRATOR
    Medium hairstyles.

choice [shouldPaginate: YES]
"Braided" {
@FEMALEAVATAR changes hair into Medium Braided
goto hair_styles_x2_Medium
}"Medium Dreadlocks" {
@FEMALEAVATAR changes hair into Medium Dreadlocks
goto hair_styles_x2_Medium
}"Hair Flip" {
@FEMALEAVATAR changes hair into Hair Flip
goto hair_styles_x2_Medium
}"Straight" {
@FEMALEAVATAR changes hair into Straight Medium
goto hair_styles_x2_Medium
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Lob Bangs" {
@FEMALEAVATAR changes hair into Lob Bangs Blunt
goto hair_styles_x2_Medium
}"Overgrown Bangs" {
@FEMALEAVATAR changes hair into Medium Straight Overgrown Bangs
goto hair_styles_x2_Medium
}"Wavy Ombre" {
@FEMALEAVATAR changes hair into Short Wavy Ombre
goto hair_styles_x2_Medium
}"Medium Curly" {
@FEMALEAVATAR changes hair into Medium Curly Solid
goto hair_styles_x2_Medium
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Voluminous Curls" {
@FEMALEAVATAR changes hair into Voluminous Curls
goto hair_styles_x2_Medium
} "Parted Wavy" {
@FEMALEAVATAR changes hair into Short Wavy Asymmetrical
goto hair_styles_x2_Medium
} "Wavy Side Curls" {
@FEMALEAVATAR changes hair into Wavy Side Curls
goto hair_styles_x2_Medium
} "Layered Wavy Bob" {
@FEMALEAVATAR changes hair into Layered Wavy Bob	
goto hair_styles_x2_Medium
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Straight Down" {
@FEMALEAVATAR changes hair into Medium Straight Down
goto hair_styles_x2_Medium
} "Shoulder Curly" {
@FEMALEAVATAR changes hair into Medium Shoulder Curly
goto hair_styles_x2_Medium
} "Natural Afro" {
@FEMALEAVATAR changes hair into Natural Afro
goto hair_styles_x2_Medium
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}

label hair_styles_x2_Long

        NARRATOR
    Long hairstyles.

choice [shouldPaginate: YES]
"Beach Wave" {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto hair_styles_x2_Long
}"Long Braided" {
@FEMALEAVATAR changes hair into Long Braided
goto hair_styles_x2_Long
}"Long Dreadlocks" {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto hair_styles_x2_Long
}"Feathered" {
@FEMALEAVATAR changes hair into Long Feathered
goto hair_styles_x2_Long
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Long Blunt Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid
goto hair_styles_x2_Long
}"Sideswept Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid
goto hair_styles_x2_Long
}"Straight" {
@FEMALEAVATAR changes hair into Long Straight Loose Solid
goto hair_styles_x2_Long
}"Wavy Long" {
@FEMALEAVATAR changes hair into Wavy Long
goto hair_styles_x2_Long
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Wavy Parted" {
@FEMALEAVATAR changes hair into Long Wavy Parted Hair
goto hair_styles_x2_Long
}"Feathered Bangs" {
@FEMALEAVATAR changes hair into Long Feathered Bangs Blunt
goto hair_styles_x2_Long
}"Braided Dreads Parted" {
@FEMALEAVATAR changes hair into Dreads Braided
goto hair_styles_x2_Long
}"Long Voluminous Curls" {
@FEMALEAVATAR changes hair into Long Voluminous Curls Loose
goto hair_styles_x2_Long
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Long Curls" {
@FEMALEAVATAR changes hair into Long Curls
goto hair_styles_x2_Long
}"Wavy Princess Braid" {
@FEMALEAVATAR changes hair into Long Down Wavy Princess Braid
goto hair_styles_x2_Long
}"Bouffant Wavy" {
@FEMALEAVATAR changes hair into Bouffant Long Wavy
goto hair_styles_x2_Long
}"Loose Curls" {
@FEMALEAVATAR changes hair into Long Loose Curls
goto hair_styles_x2_Long
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Wavy Blowout" {
@FEMALEAVATAR changes hair into Long Wavy Blowout
goto hair_styles_x2_Long
}"Side Shave" {
@FEMALEAVATAR changes hair into Long Side Shave
goto hair_styles_x2_Long
}"Scene Hair" {
@FEMALEAVATAR changes hair into Scene Swoosh
goto hair_styles_x2_Long
}"Slicked Back" {
@FEMALEAVATAR changes hair into Long Straight Slicked Back
goto hair_styles_x2_Long
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Thick Curls" {
@FEMALEAVATAR changes hair into Long Thick Curls
goto hair_styles_x2_Long
}"Loose Bangs Sideswept" {
@FEMALEAVATAR changes hair into Long Wavy Loose Bangs Sideswept
goto hair_styles_x2_Long
}"Layered Side Part" {
@FEMALEAVATAR changes hair into Long Layered Side Part
goto hair_styles_x2_Long
}"Widows Peak" {
@FEMALEAVATAR changes hair into Long Tapered Widows Peak
goto hair_styles_x2_Long
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}

label hair_styles_x2_Up

        NARRATOR
    Updo hairstyles.

choice [shouldPaginate: YES]
"Braided Bun" {
@FEMALEAVATAR changes hair into Braided Bun
goto hair_styles_x2_Up
}"Short Ponytail" {
@FEMALEAVATAR changes hair into Short High Ponytail
goto hair_styles_x2_Up
}"Long Ponytail" {
@FEMALEAVATAR changes hair into Long High Ponytail
goto hair_styles_x2_Up
}"Morning Updo" {
@FEMALEAVATAR changes hair into Morning Updo
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Small Bun" {
@FEMALEAVATAR changes hair into Small Bun
goto hair_styles_x2_Up
}"Double Dutch Braids" {
@FEMALEAVATAR changes hair into Long Double Dutch Braids
goto hair_styles_x2_Up
}"Pinup Rolls" {
@FEMALEAVATAR changes hair into Pinup Victory Rolls
goto hair_styles_x2_Up
}"Sleek Ponytail" {
@FEMALEAVATAR changes hair into Sleek Ponytail
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Shoulder Braid" {
@FEMALEAVATAR changes hair into Over Shoulder Braid
goto hair_styles_x2_Up
}"Full Pigtail" {
@FEMALEAVATAR changes hair into Full Pigtail
goto hair_styles_x2_Up
}"Updo Braids" {
@FEMALEAVATAR changes hair into Braids Updo
goto hair_styles_x2_Up
}"Double Buns" {
@FEMALEAVATAR changes hair into Double Buns
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Double Afro Puffs" {
@FEMALEAVATAR changes hair into Curly Double Afro Puffs
goto hair_styles_x2_Up
}"Curly Bun Half-up" {
@FEMALEAVATAR changes hair into Medium Shoulder Curly Bun Hair
goto hair_styles_x2_Up
}"Messy Sock Bun" {
@FEMALEAVATAR changes hair into Messy Sock Bun
goto hair_styles_x2_Up
}"Messy Ponytail" {
@FEMALEAVATAR changes hair into Short Messy Pony Tail
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Blunt Bangs Ponytail" {
@FEMALEAVATAR changes hair into Pony Tail Blunt Bangs
goto hair_styles_x2_Up
}"Side Swept Updo" {
@FEMALEAVATAR changes hair into Side Swept Updo Long
goto hair_styles_x2_Up
}"Long Wavy Updo" {
@FEMALEAVATAR changes hair into Updo Pony Wavy Long
goto hair_styles_x2_Up
}"Punk Hair" {
@FEMALEAVATAR changes hair into Cropped Punk Cut
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Updo Low Bun" {
@FEMALEAVATAR changes hair into Updo
goto hair_styles_x2_Up
}"Updo Curly Messy" {
@FEMALEAVATAR changes hair into Updo Curly Messy
goto hair_styles_x2_Up
}"Updo Twist Bangs" {
@FEMALEAVATAR changes hair into Updo High Twist Bangs Blunt
goto hair_styles_x2_Up
}"Spiral Pigtail" {
@FEMALEAVATAR changes hair into High Spiral Pigtail Hair
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Updo Princess Braid" {
@FEMALEAVATAR changes hair into Long Updo Wavy Princess Braid
goto hair_styles_x2_Up
}"Natural Curly Updo" {
@FEMALEAVATAR changes hair into Natural Curly Pulled Updo Hair
goto hair_styles_x2_Up
}"Updo Curly Long" {
@FEMALEAVATAR changes hair into Updo Curly Long
goto hair_styles_x2_Up
}"Long Curl Half Updo" {
@FEMALEAVATAR changes hair into Long Curl Half Updo
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}
"Braided Afro Bun" {
@FEMALEAVATAR changes hair into Braided Afro Bun
goto hair_styles_x2_Up
}"Side Shave Braids" {
@FEMALEAVATAR changes hair into Curly Braids Hair
goto hair_styles_x2_Up
}<GREEN>"Back to Styles"{
goto hair_styles_x2
}<PREMIUM>"Done"{
goto hair_and_lip_x2
}

label hair_and_lip_end_x2
        NARRATOR
    Is this the look you're going for?
choice
<PREMIUM> "Yes, I look perfect!" {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Hair & Lip Template Credit
@FEMALEAVATAR is blush_shy
} "No, I want to try something different." {
goto hair_and_lip_x2
}
2 Likes

Thank you so much

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