2 template problems

I want to let my readers choose their hair and makeup twice in this episode but It keeps saying duplicate label.

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” {

@GISELLE changes mouthColor into Fair Rose Matte

goto LS_NaturalColors_x

} “Fair Neutral” {

@GISELLE changes mouthColor into Fair Neutral Matte

goto LS_NaturalColors_x

} “Fair Gold” {

@GISELLE changes mouthColor into Fair Gold Matte

goto LS_NaturalColors_x

} “Beige Light Gold” {

@GISELLE 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” {

@GISELLE changes mouthColor into Beige Gold Matte

goto LS_NaturalColors_x

} “Beige Rose” {

@GISELLE changes mouthColor into Beige Rose

goto LS_NaturalColors_x

} “Beige Deep Neutral” {

@GISELLE changes mouthColor into Beige Deep Neutral

goto LS_NaturalColors_x

} “Tan Deep Gold” {

@GISELLE 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” {

@GISELLE changes mouthColor into Tan Deep Neutral

goto LS_NaturalColors_x

} “Brown Neutral” {

@GISELLE changes mouthColor into Brown Neutral

goto LS_NaturalColors_x

} “Brown Gold” {

@GISELLE changes mouthColor into Brown Gold

goto LS_NaturalColors_x

} “Brown Deep Gold” {

@GISELLE 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” {

@GISELLE 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” {

@GISELLE changes mouthColor into Peach Gloss

goto LS_GlossColors_x

} “Light Peach” {

@GISELLE changes mouthColor into Pink Peach Lt Gloss

goto LS_GlossColors_x

} “Beige Pink” {

@GISELLE changes mouthColor into Pink Beige Gloss

goto LS_GlossColors_x

} “Medium Pink” {

@GISELLE 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” {

@GISELLE changes mouthColor into Pink Warm Gloss

goto LS_GlossColors_x

} “Hot Pink” {

@GISELLE changes mouthColor into Pink Hot Gloss

goto LS_GlossColors_x

} “Deep Pink” {

@GISELLE changes mouthColor into Pink Deep Gloss

goto LS_GlossColors_x

} “Pink Peach” {

@GISELLE 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” {

@GISELLE changes mouthColor into Neutral Medium Nude Gloss

goto LS_GlossColors_x

} “Light Nude” {

@GISELLE changes mouthColor into Rose Light Nude Gloss

goto LS_GlossColors_x

} “Medium Nude” {

@GISELLE changes mouthColor into Rose Medium Nude Gloss

goto LS_GlossColors_x

} “Dark Nude” {

@GISELLE 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” {

@GISELLE changes mouthColor into Rose Gloss

goto LS_GlossColors_x

} “Mauve” {

@GISELLE changes mouthColor into Mauve Gloss

goto LS_GlossColors_x

} “Pastel Purple” {

@GISELLE changes mouthColor into Purple Pastel Gloss

goto LS_GlossColors_x

} “Deep Purple” {

@GISELLE changes mouthColor into Purple Deep Gloss

goto LS_GlossColors_x

} “Try Other Colors” {

goto lip_stick_x

} “Done” {

goto hair_and_lip_x

}

“Red” {

@GISELLE changes mouthColor into Red Gloss

goto LS_GlossColors_x

} “Deep Red” {

@GISELLE changes mouthColor into Red Deep Gloss

goto LS_GlossColors_x

} “Plum” {

@GISELLE changes mouthColor into Plum Gloss

goto LS_GlossColors_x

} “Violet” {

@GISELLE changes mouthColor into Violet Gloss

goto LS_GlossColors_x

} “Try Other Colors” {

goto lip_stick_x

} “Done” {

goto hair_and_lip_x

}

“Blood Orange” {

@GISELLE changes mouthColor into Blood Orange Gloss

goto LS_GlossColors_x

} “Red Garnet” {

@GISELLE changes mouthColor into Red Garnet Gloss

goto LS_GlossColors_x

} “Blackberry” {

@GISELLE changes mouthColor into Blackberry Gloss

goto LS_GlossColors_x

} “Pink Cashmere” {

@GISELLE 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” {

@GISELLE changes mouthColor into Ash Deep Gloss

goto LS_GlossColors_x

} “Dark Mauve” {

@GISELLE changes mouthColor into Dark Mauve Gloss

goto LS_GlossColors_x

} “Dark Amethyst” {

@GISELLE changes mouthColor into Dark Amethyst Gloss

goto LS_GlossColors_x

} “Royal Blue” {

@GISELLE 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” {

@GISELLE changes mouthColor into Dark Apricot Gloss

goto LS_GlossColors_x

} “Copper Deep” {

@GISELLE changes mouthColor into Copper Deep Gloss

goto LS_GlossColors_x

} “Gold Deep” {

@GISELLE changes mouthColor into Gold Deep Gloss

goto LS_GlossColors_x

} “Black” {

@GISELLE 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” {

@GISELLE changes mouthColor into Peach Matte

goto LS_MatteColors_x

} “Light Peach” {

@GISELLE changes mouthColor into Pink Peach Light Matte

goto LS_MatteColors_x

} “Beige Pink” {

@GISELLE changes mouthColor into Pink Beige Matte

goto LS_MatteColors_x

} “Medium Pink” {

@GISELLE 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” {

@GISELLE changes mouthColor into Pink Warm Matte

goto LS_MatteColors_x

} “Hot Pink” {

@GISELLE changes mouthColor into Pink Hot Matte

goto LS_MatteColors_x

} “Deep Pink” {

@GISELLE changes mouthColor into Pink Deep Matte

goto LS_MatteColors_x

} “Pink Peach” {

@GISELLE 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” {

@GISELLE changes mouthColor into Neutral Medium Nude Matte

goto LS_MatteColors_x

} “Light Nude” {

@GISELLE changes mouthColor into Rose Light Nude Matte

goto LS_MatteColors_x

} “Medium Nude” {

@GISELLE changes mouthColor into Rose Medium Nude Matte

goto LS_MatteColors_x

} “Dark Nude” {

@GISELLE 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” {

@GISELLE changes mouthColor into Rose Matte

goto LS_MatteColors_x

} “Mauve” {

@GISELLE changes mouthColor into Mauve Matte

goto LS_MatteColors_x

} “Pastel Purple” {

@GISELLE changes mouthColor into Purple Pastel Matte

goto LS_MatteColors_x

} “Deep Purple” {

@GISELLE changes mouthColor into Purple Deep Matte

goto LS_MatteColors_x

} “Try Other Colors” {

goto lip_stick_x

} “Done” {

goto hair_and_lip_x

}

“Red” {

@GISELLE changes mouthColor into Red Matte

goto LS_MatteColors_x

} “Deep Red” {

@GISELLE changes mouthColor into Red Deep Matte

goto LS_MatteColors_x

} “Plum” {

@GISELLE changes mouthColor into Plum Matte

goto LS_MatteColors_x

} “Violet” {

@GISELLE changes mouthColor into Violet Matte

goto LS_MatteColors_x

} “Try Other Colors” {

goto lip_stick_x

} “Done” {

goto hair_and_lip_x

}

“Blood Orange” {

@GISELLE changes mouthColor into Blood Orange Matte

goto LS_MatteColors_x

} “Red Garnet” {

@GISELLE changes mouthColor into Red Garnet Matte

goto LS_MatteColors_x

} “Blackberry” {

@GISELLE changes mouthColor into Blackberry Matte

goto LS_MatteColors_x

} “Pink Cashmere” {

@GISELLE 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” {

@GISELLE changes mouthColor into Ash Deep Matte

goto LS_MatteColors_x

} “Dark Mauve” {

@GISELLE changes mouthColor into Dark Mauve Matte

goto LS_MatteColors_x

} “Dark Amethyst” {

@GISELLE changes mouthColor into Dark Amethyst Matte

goto LS_MatteColors_x

} “Royal Blue” {

@GISELLE 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” {

@GISELLE changes mouthColor into Dark Apricot Matte

goto LS_MatteColors_x

} “Copper Deep” {

@GISELLE changes mouthColor into Copper Deep Matte

goto LS_MatteColors_x

} “Gold Deep” {

@GISELLE changes mouthColor into Gold Deep Matte

goto LS_MatteColors_x

} “Black” {

@GISELLE 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” {

@GISELLE changes hair into Afro

goto hair_styles_x_Short

} “Short Afro” {

@GISELLE changes hair into Short Afro

goto hair_styles_x_Short

} “Classic Bob” {

@GISELLE changes hair into Classic Bob

goto hair_styles_x_Short

} “Curly Bob” {

@GISELLE 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” {

@GISELLE changes hair into Long Faux Hawk Solid

goto hair_styles_x_Short

}“Fade” {

@GISELLE changes hair into Short Curly Fade

goto hair_styles_x_Short

}“Pixie” {

@GISELLE changes hair into Short Pixie

goto hair_styles_x_Short

}“Punk Pixie” {

@GISELLE 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” {

@GISELLE changes hair into Short Wavy Hair Solid

goto hair_styles_x_Short

}“Blunt Bangs” {

@GISELLE changes hair into Blunt Bangs Short

goto hair_styles_x_Short

} “Wavy Side Shaved” {

@GISELLE changes hair into Short Wavy Side Shave

goto hair_styles_x_Short

}“Curly Blow Out” {

@GISELLE 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” {

@GISELLE changes hair into Crew Cut

goto hair_styles_x_Short

}“Short Fringe” {

@GISELLE changes hair into Short Layered Fringe

goto hair_styles_x_Short

}“Straight Tucked” {

@GISELLE changes hair into Short Straight Tucked

goto hair_styles_x_Short

}“Emo Pixie” {

@GISELLE 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” {

@GISELLE changes hair into Bantu Knots

goto hair_styles_x_Short

}“Conservative Cut” {

@GISELLE changes hair into Conservative Cut

goto hair_styles_x_Short

}“Parted Bangs” {

@GISELLE changes hair into Long Bang Short Hair

goto hair_styles_x_Short

}“Side Part Curly” {

@GISELLE 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” {

@GISELLE changes hair into Medium Braided

goto hair_styles_x_Medium

}“Medium Dreadlocks” {

@GISELLE changes hair into Medium Dreadlocks

goto hair_styles_x_Medium

}“Hair Flip” {

@GISELLE changes hair into Hair Flip

goto hair_styles_x_Medium

}“Straight” {

@GISELLE 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” {

@GISELLE changes hair into Lob Bangs Blunt

goto hair_styles_x_Medium

}“Overgrown Bangs” {

@GISELLE changes hair into Medium Straight Overgrown Bangs

goto hair_styles_x_Medium

}“Wavy Ombre” {

@GISELLE changes hair into Short Wavy Ombre

goto hair_styles_x_Medium

}“Medium Curly” {

@GISELLE 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” {

@GISELLE changes hair into Voluminous Curls

goto hair_styles_x_Medium

} “Parted Wavy” {

@GISELLE changes hair into Short Wavy Asymmetrical

goto hair_styles_x_Medium

} “Wavy Side Curls” {

@GISELLE changes hair into Wavy Side Curls

goto hair_styles_x_Medium

} “Layered Wavy Bob” {

@GISELLE 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” {

@GISELLE changes hair into Medium Straight Down

goto hair_styles_x_Medium

} “Shoulder Curly” {

@GISELLE 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” {

@GISELLE changes hair into Beach Wave Hair

goto hair_styles_x_Long

}“Long Braided” {

@GISELLE changes hair into Long Braided

goto hair_styles_x_Long

}“Long Dreadlocks” {

@GISELLE changes hair into Long Dreadlocks

goto hair_styles_x_Long

}“Feathered” {

@GISELLE 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” {

@GISELLE changes hair into Long Straight Loose Bangs Blunt Solid

goto hair_styles_x_Long

}“Sideswept Bangs” {

@GISELLE changes hair into Long Straight Loose Bangs Sideswept Solid

goto hair_styles_x_Long

}“Straight” {

@GISELLE changes hair into Long Straight Loose Solid

goto hair_styles_x_Long

}“Wavy Long” {

@GISELLE 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” {

@GISELLE changes hair into Long Wavy Parted Hair

goto hair_styles_x_Long

}“Feathered Bangs” {

@GISELLE changes hair into Long Feathered Bangs Blunt

goto hair_styles_x_Long

}“Braided Dreads Parted” {

@GISELLE changes hair into Dreads Braided

goto hair_styles_x_Long

}“Long Voluminous Curls” {

@GISELLE 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” {

@GISELLE changes hair into Long Curls

goto hair_styles_x_Long

}“Wavy Princess Braid” {

@GISELLE changes hair into Long Down Wavy Princess Braid

goto hair_styles_x_Long

}“Bouffant Wavy” {

@GISELLE changes hair into Bouffant Long Wavy

goto hair_styles_x_Long

}“Loose Curls” {

@GISELLE 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” {

@GISELLE changes hair into Long Wavy Blowout

goto hair_styles_x_Long

}“Side Shave” {

@GISELLE changes hair into Long Side Shave

goto hair_styles_x_Long

}“Scene Hair” {

@GISELLE changes hair into Scene Swoosh

goto hair_styles_x_Long

}“Slicked Back” {

@GISELLE 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” {

@GISELLE changes hair into Long Thick Curls

goto hair_styles_x_Long

}“Loose Bangs Sideswept” {

@GISELLE 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” {

@GISELLE changes hair into Braided Bun

goto hair_styles_x_Up

}“Short Ponytail” {

@GISELLE changes hair into Short High Ponytail

goto hair_styles_x_Up

}“Long Ponytail” {

@GISELLE changes hair into Long High Ponytail

goto hair_styles_x_Up

}“Morning Updo” {

@GISELLE 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” {

@GISELLE changes hair into Small Bun

goto hair_styles_x_Up

}“Double Dutch Braids” {

@GISELLE changes hair into Long Double Dutch Braids

goto hair_styles_x_Up

}“Pinup Rolls” {

@GISELLE changes hair into Pinup Victory Rolls

goto hair_styles_x_Up

}“Sleek Ponytail” {

@GISELLE 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” {

@GISELLE changes hair into Over Shoulder Braid

goto hair_styles_x_Up

}“Full Pigtail” {

@GISELLE changes hair into Full Pigtail

goto hair_styles_x_Up

}“Updo Braids” {

@GISELLE changes hair into Braids Updo

goto hair_styles_x_Up

}“Double Buns” {

@GISELLE 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” {

@GISELLE changes hair into Curly Double Afro Puffs

goto hair_styles_x_Up

}“Curly Bun Half-up” {

@GISELLE changes hair into Medium Shoulder Curly Bun Hair

goto hair_styles_x_Up

}“Messy Sock Bun” {

@GISELLE changes hair into Messy Sock Bun

goto hair_styles_x_Up

}“Messy Ponytail” {

@GISELLE 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” {

@GISELLE changes hair into Pony Tail Blunt Bangs

goto hair_styles_x_Up

}“Side Swept Updo” {

@GISELLE changes hair into Side Swept Updo Long

goto hair_styles_x_Up

}“Long Wavy Updo” {

@GISELLE changes hair into Updo Pony Wavy Long

goto hair_styles_x_Up

}“Punk Hair” {

@GISELLE 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” {

@GISELLE changes hair into Updo

goto hair_styles_x_Up

}“Updo Curly Messy” {

@GISELLE changes hair into Updo Curly Messy

goto hair_styles_x_Up

}“Updo Twist Bangs” {

@GISELLE 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

@GISELLE is blush_shy

} “No, I want to try something different.” {

goto hair_and_lip_x

}

You would need to change the names of the labels in your second template. Try changing the “x” in each label to something else instead

you’re such a queen thanks xx

1 Like

No worries, good luck with your story :four_leaf_clover:

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