Specific Make up and Hair Template

Hi I want to make a specific hair and make up template, but it keeps glitching on me. If someone could make a hair template with
Beach waves
Diva Curls
Fishtail Braid
Straight
Messy bun
And a make up template with
Taupe
Scarlett’s
Orange Crush
Cherry Red
Toffee
Azure
That would be amazing.

1 Like

Here you go!

Template here
label hair_lip

        NARRATOR
    What do you want to change?
choice
"Lipstick" {
goto lipstick
} "Hairstyle" {
goto hairstyles
} <PREMIUM> "I look amazing!" {
goto hair_lip_end
}

label lipstick

        NARRATOR
    Lip colors.

choice
"Taupe" {
@FEMALEAVATAR changes mouthColor into Taupe
goto lipstick
} "Scarlet" {
@FEMALEAVATAR changes mouthColor into Scarlet
goto lipstick
} "Orange Crush" {
@FEMALEAVATAR changes mouthColor into Orange Crush
goto lipstick
} "Cherry Red" {
@FEMALEAVATAR changes mouthColor into Cherry Red
goto lipstick
} "Toffee" {
@FEMALEAVATAR changes mouthColor into Toffee
goto lipstick
} <GREEN> "Done" {
goto hair_lip
} 
"Azure" {
@FEMALEAVATAR changes mouthColor into Azure
goto lipstick
}

label hairstyles

        NARRATOR
    Hair styles.

choice
"Beach Wave" {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto hairstyles
}"Diva Curls" {
@FEMALEAVATAR changes hair into Diva Curls
goto hairstyles
}"Fishtail Braid" {
@FEMALEAVATAR changes hair into Fishtail Braid
goto hairstyles
}"Straight" {
@FEMALEAVATAR changes hair into Straight
goto hairstyles
}"Messy Back Bun" {
@FEMALEAVATAR changes hair into Messy Back Bun
goto hairstyles
}<GREEN>"Done"{
goto hair_lip
}

label hair_lip_end

        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 primp_condescend
} "No, I want to try something different." {
goto hair_lip
}
2 Likes

Thank you so much and I was about to ask about giving credit, but it looks like it’s already there :joy:

4 Likes

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