Latest script templates

Hi i’m really new and i’m trying to do my best, so is there anyone that can help me with script templates. With the latest hairstyles & lipsticks, etc. Please help me ! Thank you !

2 Likes

Visit @Dara.Amarie’s website


label hair_and_lip_x

    NARRATOR
What do you want to change?

choice
“Lipstick” {
goto lip_stick_x
} “Hairstyle” {
goto hair_styles_x
} “I look amazing!” {
goto hair_and_lip_x_end_x
}

label lip_stick_x

    NARRATOR
All lip colors.

choice
“Natural” {
goto LS_NaturalColors_x
} “Gloss” {
goto LS_GlossColors_x
} “Matte” {
goto LS_MatteColors_x
} “Done” {
goto hair_and_lip_x
}

label LS_NaturalColors_x

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@FEMALEAVATAR changes mouthColor into Fair Rose Matte
goto LS_NaturalColors_x
} “Fair Neutral” {
@FEMALEAVATAR changes mouthColor into Fair Neutral Matte
goto LS_NaturalColors_x
} “Fair Gold” {
@FEMALEAVATAR changes mouthColor into Fair Gold Matte
goto LS_NaturalColors_x
} “Beige Light Gold” {
@FEMALEAVATAR changes mouthColor into Beige Light Gold Matte
goto LS_NaturalColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Beige Gold” {
@FEMALEAVATAR changes mouthColor into Beige Gold Matte
goto LS_NaturalColors_x
} “Beige Rose” {
@FEMALEAVATAR changes mouthColor into Beige Rose
goto LS_NaturalColors_x
} “Beige Deep Neutral” {
@FEMALEAVATAR changes mouthColor into Beige Deep Neutral
goto LS_NaturalColors_x
} “Tan Deep Gold” {
@FEMALEAVATAR changes mouthColor into Tan Deep Gold
goto LS_NaturalColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Tan Deep Neutral” {
@FEMALEAVATAR changes mouthColor into Tan Deep Neutral
goto LS_NaturalColors_x
} “Brown Neutral” {
@FEMALEAVATAR changes mouthColor into Brown Neutral
goto LS_NaturalColors_x
} “Brown Gold” {
@FEMALEAVATAR changes mouthColor into Brown Gold
goto LS_NaturalColors_x
} “Brown Deep Gold” {
@FEMALEAVATAR changes mouthColor into Brown Deep Gold
goto LS_NaturalColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Brown Deep Rose” {
@FEMALEAVATAR changes mouthColor into Brown Deep Rose
goto LS_NaturalColors_x
} “Done” {
goto hair_and_lip_x
} “Try Other Colors” {
goto lip_stick_x
}

label LS_GlossColors_x

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@FEMALEAVATAR changes mouthColor into Peach Gloss
goto LS_GlossColors_x
} “Light Peach” {
@FEMALEAVATAR changes mouthColor into Pink Peach Lt Gloss
goto LS_GlossColors_x
} “Beige Pink” {
@FEMALEAVATAR changes mouthColor into Pink Beige Gloss
goto LS_GlossColors_x
} “Medium Pink” {
@FEMALEAVATAR changes mouthColor into Pink Medium Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Warm Pink” {
@FEMALEAVATAR changes mouthColor into Pink Warm Gloss
goto LS_GlossColors_x
} “Hot Pink” {
@FEMALEAVATAR changes mouthColor into Pink Hot Gloss
goto LS_GlossColors_x
} “Deep Pink” {
@FEMALEAVATAR changes mouthColor into Pink Deep Gloss
goto LS_GlossColors_x
} “Pink Peach” {
@FEMALEAVATAR changes mouthColor into Pink Peach Medium Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Neutral Nude” {
@FEMALEAVATAR changes mouthColor into Neutral Medium Nude Gloss
goto LS_GlossColors_x
} “Light Nude” {
@FEMALEAVATAR changes mouthColor into Rose Light Nude Gloss
goto LS_GlossColors_x
} “Medium Nude” {
@FEMALEAVATAR changes mouthColor into Rose Medium Nude Gloss
goto LS_GlossColors_x
} “Dark Nude” {
@FEMALEAVATAR changes mouthColor into Rose Dark Nude Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Rose” {
@FEMALEAVATAR changes mouthColor into Rose Gloss
goto LS_GlossColors_x
} “Mauve” {
@FEMALEAVATAR changes mouthColor into Mauve Gloss
goto LS_GlossColors_x
} “Pastel Purple” {
@FEMALEAVATAR changes mouthColor into Purple Pastel Gloss
goto LS_GlossColors_x
} “Deep Purple” {
@FEMALEAVATAR changes mouthColor into Purple Deep Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Red” {
@FEMALEAVATAR changes mouthColor into Red Gloss
goto LS_GlossColors_x
} “Deep Red” {
@FEMALEAVATAR changes mouthColor into Red Deep Gloss
goto LS_GlossColors_x
} “Plum” {
@FEMALEAVATAR changes mouthColor into Plum Gloss
goto LS_GlossColors_x
} “Violet” {
@FEMALEAVATAR changes mouthColor into Violet Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Blood Orange” {
@FEMALEAVATAR changes mouthColor into Blood Orange Gloss
goto LS_GlossColors_x
} “Red Garnet” {
@FEMALEAVATAR changes mouthColor into Red Garnet Gloss
goto LS_GlossColors_x
} “Blackberry” {
@FEMALEAVATAR changes mouthColor into Blackberry Gloss
goto LS_GlossColors_x
} “Pink Cashmere” {
@FEMALEAVATAR changes mouthColor into Pink Cashmere Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Ash Deep” {
@FEMALEAVATAR changes mouthColor into Ash Deep Gloss
goto LS_GlossColors_x
} “Dark Mauve” {
@FEMALEAVATAR changes mouthColor into Dark Mauve Gloss
goto LS_GlossColors_x
} “Dark Amethyst” {
@FEMALEAVATAR changes mouthColor into Dark Amethyst Gloss
goto LS_GlossColors_x
} “Royal Blue” {
@FEMALEAVATAR changes mouthColor into Royal Blue Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Dark Apricot” {
@FEMALEAVATAR changes mouthColor into Dark Apricot Gloss
goto LS_GlossColors_x
} “Copper Deep” {
@FEMALEAVATAR changes mouthColor into Copper Deep Gloss
goto LS_GlossColors_x
} “Gold Deep” {
@FEMALEAVATAR changes mouthColor into Gold Deep Gloss
goto LS_GlossColors_x
} “Black” {
@FEMALEAVATAR changes mouthColor into Black Gloss
goto LS_GlossColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}

label LS_MatteColors_x

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@FEMALEAVATAR changes mouthColor into Peach Matte
goto LS_MatteColors_x
} “Light Peach” {
@FEMALEAVATAR changes mouthColor into Pink Peach Light Matte
goto LS_MatteColors_x
} “Beige Pink” {
@FEMALEAVATAR changes mouthColor into Pink Beige Matte
goto LS_MatteColors_x
} “Medium Pink” {
@FEMALEAVATAR changes mouthColor into Pink Medium Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Warm Pink” {
@FEMALEAVATAR changes mouthColor into Pink Warm Matte
goto LS_MatteColors_x
} “Hot Pink” {
@FEMALEAVATAR changes mouthColor into Pink Hot Matte
goto LS_MatteColors_x
} “Deep Pink” {
@FEMALEAVATAR changes mouthColor into Pink Deep Matte
goto LS_MatteColors_x
} “Pink Peach” {
@FEMALEAVATAR changes mouthColor into Pink Peach Medium Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Neutral Nude” {
@FEMALEAVATAR changes mouthColor into Neutral Medium Nude Matte
goto LS_MatteColors_x
} “Light Nude” {
@FEMALEAVATAR changes mouthColor into Rose Light Nude Matte
goto LS_MatteColors_x
} “Medium Nude” {
@FEMALEAVATAR changes mouthColor into Rose Medium Nude Matte
goto LS_MatteColors_x
} “Dark Nude” {
@FEMALEAVATAR changes mouthColor into Rose Dark Nude Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Rose” {
@FEMALEAVATAR changes mouthColor into Rose Matte
goto LS_MatteColors_x
} “Mauve” {
@FEMALEAVATAR changes mouthColor into Mauve Matte
goto LS_MatteColors_x
} “Pastel Purple” {
@FEMALEAVATAR changes mouthColor into Purple Pastel Matte
goto LS_MatteColors_x
} “Deep Purple” {
@FEMALEAVATAR changes mouthColor into Purple Deep Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Red” {
@FEMALEAVATAR changes mouthColor into Red Matte
goto LS_MatteColors_x
} “Deep Red” {
@FEMALEAVATAR changes mouthColor into Red Deep Matte
goto LS_MatteColors_x
} “Plum” {
@FEMALEAVATAR changes mouthColor into Plum Matte
goto LS_MatteColors_x
} “Violet” {
@FEMALEAVATAR changes mouthColor into Violet Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Blood Orange” {
@FEMALEAVATAR changes mouthColor into Blood Orange Matte
goto LS_MatteColors_x
} “Red Garnet” {
@FEMALEAVATAR changes mouthColor into Red Garnet Matte
goto LS_MatteColors_x
} “Blackberry” {
@FEMALEAVATAR changes mouthColor into Blackberry Matte
goto LS_MatteColors_x
} “Pink Cashmere” {
@FEMALEAVATAR changes mouthColor into Pink Cashmere Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Ash Deep” {
@FEMALEAVATAR changes mouthColor into Ash Deep Matte
goto LS_MatteColors_x
} “Dark Mauve” {
@FEMALEAVATAR changes mouthColor into Dark Mauve Matte
goto LS_MatteColors_x
} “Dark Amethyst” {
@FEMALEAVATAR changes mouthColor into Dark Amethyst Matte
goto LS_MatteColors_x
} “Royal Blue” {
@FEMALEAVATAR changes mouthColor into Royal Blue Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}
“Dark Apricot” {
@FEMALEAVATAR changes mouthColor into Dark Apricot Matte
goto LS_MatteColors_x
} “Copper Deep” {
@FEMALEAVATAR changes mouthColor into Copper Deep Matte
goto LS_MatteColors_x
} “Gold Deep” {
@FEMALEAVATAR changes mouthColor into Gold Deep Matte
goto LS_MatteColors_x
} “Black” {
@FEMALEAVATAR changes mouthColor into Black Matte
goto LS_MatteColors_x
} “Try Other Colors” {
goto lip_stick_x
} “Done” {
goto hair_and_lip_x
}

label hair_styles_x

    NARRATOR
All hairstyles.

choice
“Short Hair”{
goto hair_styles_x_Short
}“Mid-length Hair”{
goto hair_styles_x_Medium
}“Long Hair”{
goto hair_styles_x_Long
}“Styled Hair”{
goto hair_styles_x_Up
}“Done”{
goto hair_and_lip_x
}

label hair_styles_x_Short

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Afro” {
@FEMALEAVATAR changes hair into Afro
goto hair_styles_x_Short
} “Short Afro” {
@FEMALEAVATAR changes hair into Short Afro
goto hair_styles_x_Short
} “Classic Bob” {
@FEMALEAVATAR changes hair into Classic Bob
goto hair_styles_x_Short
} “Curly Bob” {
@FEMALEAVATAR changes hair into Curly Bob
goto hair_styles_x_Short
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Faux Hawk” {
@FEMALEAVATAR changes hair into Long Faux Hawk Solid
goto hair_styles_x_Short
}“Fade” {
@FEMALEAVATAR changes hair into Short Curly Fade
goto hair_styles_x_Short
}“Pixie” {
@FEMALEAVATAR changes hair into Short Pixie
goto hair_styles_x_Short
}“Punk Pixie” {
@FEMALEAVATAR changes hair into Punk Pixie
goto hair_styles_x_Short
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Short Wavy” {
@FEMALEAVATAR changes hair into Short Wavy Hair Solid
goto hair_styles_x_Short
}“Blunt Bangs” {
@FEMALEAVATAR changes hair into Blunt Bangs Short
goto hair_styles_x_Short
} “Wavy Side Shaved” {
@FEMALEAVATAR changes hair into Short Wavy Side Shave
goto hair_styles_x_Short
}“Curly Blow Out” {
@FEMALEAVATAR changes hair into Short Curly Blow Out
goto hair_styles_x_Short
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Crew Cut” {
@FEMALEAVATAR changes hair into Crew Cut
goto hair_styles_x_Short
}“Short Fringe” {
@FEMALEAVATAR changes hair into Short Layered Fringe
goto hair_styles_x_Short
}“Straight Tucked” {
@FEMALEAVATAR changes hair into Short Straight Tucked
goto hair_styles_x_Short
}“Emo Pixie” {
@FEMALEAVATAR changes hair into Emo Pixie
goto hair_styles_x_Short
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Bantu Knots” {
@FEMALEAVATAR changes hair into Bantu Knots
goto hair_styles_x_Short
}“Conservative Cut” {
@FEMALEAVATAR changes hair into Conservative Cut
goto hair_styles_x_Short
}“Parted Bangs” {
@FEMALEAVATAR changes hair into Long Bang Short Hair
goto hair_styles_x_Short
}“Side Part Curly” {
@FEMALEAVATAR changes hair into Side Part Curly Asymmetrical
goto hair_styles_x_Short
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}

label hair_styles_x_Medium

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Braided” {
@FEMALEAVATAR changes hair into Medium Braided
goto hair_styles_x_Medium
}“Medium Dreadlocks” {
@FEMALEAVATAR changes hair into Medium Dreadlocks
goto hair_styles_x_Medium
}“Hair Flip” {
@FEMALEAVATAR changes hair into Hair Flip
goto hair_styles_x_Medium
}“Straight” {
@FEMALEAVATAR changes hair into Straight Medium
goto hair_styles_x_Medium
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Lob Bangs” {
@FEMALEAVATAR changes hair into Lob Bangs Blunt
goto hair_styles_x_Medium
}“Overgrown Bangs” {
@FEMALEAVATAR changes hair into Medium Straight Overgrown Bangs
goto hair_styles_x_Medium
}“Wavy Ombre” {
@FEMALEAVATAR changes hair into Short Wavy Ombre
goto hair_styles_x_Medium
}“Medium Curly” {
@FEMALEAVATAR changes hair into Medium Curly Solid
goto hair_styles_x_Medium
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Voluminous Curls” {
@FEMALEAVATAR changes hair into Voluminous Curls
goto hair_styles_x_Medium
} “Parted Wavy” {
@FEMALEAVATAR changes hair into Short Wavy Asymmetrical
goto hair_styles_x_Medium
} “Wavy Side Curls” {
@FEMALEAVATAR changes hair into Wavy Side Curls
goto hair_styles_x_Medium
} “Layered Wavy Bob” {
@FEMALEAVATAR changes hair into Layered Wavy Bob
goto hair_styles_x_Medium
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Straight Down” {
@FEMALEAVATAR changes hair into Medium Straight Down
goto hair_styles_x_Medium
} “Shoulder Curly” {
@FEMALEAVATAR changes hair into Medium Shoulder Curly
goto hair_styles_x_Medium
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}

label hair_styles_x_Long

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Beach Wave” {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto hair_styles_x_Long
}“Long Braided” {
@FEMALEAVATAR changes hair into Long Braided
goto hair_styles_x_Long
}“Long Dreadlocks” {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto hair_styles_x_Long
}“Feathered” {
@FEMALEAVATAR changes hair into Long Feathered
goto hair_styles_x_Long
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Long Blunt Bangs” {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid
goto hair_styles_x_Long
}“Sideswept Bangs” {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid
goto hair_styles_x_Long
}“Straight” {
@FEMALEAVATAR changes hair into Long Straight Loose Solid
goto hair_styles_x_Long
}“Wavy Long” {
@FEMALEAVATAR changes hair into Wavy Long
goto hair_styles_x_Long
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Wavy Parted” {
@FEMALEAVATAR changes hair into Long Wavy Parted Hair
goto hair_styles_x_Long
}“Feathered Bangs” {
@FEMALEAVATAR changes hair into Long Feathered Bangs Blunt
goto hair_styles_x_Long
}“Braided Dreads Parted” {
@FEMALEAVATAR changes hair into Dreads Braided
goto hair_styles_x_Long
}“Long Voluminous Curls” {
@FEMALEAVATAR changes hair into Long Voluminous Curls Loose
goto hair_styles_x_Long
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Long Curls” {
@FEMALEAVATAR changes hair into Long Curls
goto hair_styles_x_Long
}“Wavy Princess Braid” {
@FEMALEAVATAR changes hair into Long Down Wavy Princess Braid
goto hair_styles_x_Long
}“Bouffant Wavy” {
@FEMALEAVATAR changes hair into Bouffant Long Wavy
goto hair_styles_x_Long
}“Loose Curls” {
@FEMALEAVATAR changes hair into Long Loose Curls
goto hair_styles_x_Long
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Wavy Blowout” {
@FEMALEAVATAR changes hair into Long Wavy Blowout
goto hair_styles_x_Long
}“Side Shave” {
@FEMALEAVATAR changes hair into Long Side Shave
goto hair_styles_x_Long
}“Scene Hair” {
@FEMALEAVATAR changes hair into Scene Swoosh
goto hair_styles_x_Long
}“Slicked Back” {
@FEMALEAVATAR changes hair into Long Straight Slicked Back
goto hair_styles_x_Long
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Thick Curls” {
@FEMALEAVATAR changes hair into Long Thick Curls
goto hair_styles_x_Long
}“Loose Bangs Sideswept” {
@FEMALEAVATAR changes hair into Long Wavy Loose Bangs Sideswept
goto hair_styles_x_Long
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}

label hair_styles_x_Up

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@FEMALEAVATAR changes hair into Braided Bun
goto hair_styles_x_Up
}“Short Ponytail” {
@FEMALEAVATAR changes hair into Short High Ponytail
goto hair_styles_x_Up
}“Long Ponytail” {
@FEMALEAVATAR changes hair into Long High Ponytail
goto hair_styles_x_Up
}“Morning Updo” {
@FEMALEAVATAR changes hair into Morning Updo
goto hair_styles_x_Up
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Small Bun” {
@FEMALEAVATAR changes hair into Small Bun
goto hair_styles_x_Up
}“Double Dutch Braids” {
@FEMALEAVATAR changes hair into Long Double Dutch Braids
goto hair_styles_x_Up
}“Pinup Rolls” {
@FEMALEAVATAR changes hair into Pinup Victory Rolls
goto hair_styles_x_Up
}“Sleek Ponytail” {
@FEMALEAVATAR changes hair into Sleek Ponytail
goto hair_styles_x_Up
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Shoulder Braid” {
@FEMALEAVATAR changes hair into Over Shoulder Braid
goto hair_styles_x_Up
}“Full Pigtail” {
@FEMALEAVATAR changes hair into Full Pigtail
goto hair_styles_x_Up
}“Updo Braids” {
@FEMALEAVATAR changes hair into Braids Updo
goto hair_styles_x_Up
}“Double Buns” {
@FEMALEAVATAR changes hair into Double Buns
goto hair_styles_x_Up
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Double Afro Puffs” {
@FEMALEAVATAR changes hair into Curly Double Afro Puffs
goto hair_styles_x_Up
}“Curly Bun Half-up” {
@FEMALEAVATAR changes hair into Medium Shoulder Curly Bun Hair
goto hair_styles_x_Up
}“Messy Sock Bun” {
@FEMALEAVATAR changes hair into Messy Sock Bun
goto hair_styles_x_Up
}“Messy Ponytail” {
@FEMALEAVATAR changes hair into Short Messy Pony Tail
goto hair_styles_x_Up
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Blunt Bangs Ponytail” {
@FEMALEAVATAR changes hair into Pony Tail Blunt Bangs
goto hair_styles_x_Up
}“Side Swept Updo” {
@FEMALEAVATAR changes hair into Side Swept Updo Long
goto hair_styles_x_Up
}“Long Wavy Updo” {
@FEMALEAVATAR changes hair into Updo Pony Wavy Long
goto hair_styles_x_Up
}“Punk Hair” {
@FEMALEAVATAR changes hair into Cropped Punk Cut
goto hair_styles_x_Up
}“Back to Styles”{
goto hair_styles_x
}“Done”{
goto hair_and_lip_x
}
“Updo Low Bun” {
@FEMALEAVATAR changes hair into Updo
goto hair_styles_x_Up
}“Updo Curly Messy” {
@FEMALEAVATAR changes hair into Updo Curly Messy
goto hair_styles_x_Up
}“Updo Twist Bangs” {
@FEMALEAVATAR changes hair into Updo High Twist Bangs Blunt
goto hair_styles_x_Up
}“Done”{
goto hair_and_lip_x
}“Back to Styles”{
goto hair_styles_x
}

label hair_and_lip_x_end_x
NARRATOR
Is this the look you’re going for?
choice
“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_x
}

YOU ARE THE BEST, THANK YOU ! Thank you so much !

1 Like

Thank you so much, I really appreciate it ! YOUR AMAZING !

It’s Dara Amarie’s work, haha. No need to thank me