ADVANCED DIRECTING label help?

For some reason its saying that no label exists. Here’s my scrpit

Can anyone help?

NARRATOR (LUNA)
Do I want to change my hair?

choice
“Short Hair”{
goto femlcc_hairShort_xx
}“Mid-length Hair”{
goto femlcc_hairMedium_xx
}“Long Hair”{
goto femlcc_hairLong_xx
}“Styled Hair”{
goto femlcc_hairUp_xx
}“Done”{
goto femlcc_custom_xx
}
label femlcc_hairShort_xx

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Afro” {
@LUNA changes hair into Afro
goto femlcc_hairShort_xx
} “Short Afro” {
@LUNA changes hair into Short Afro
goto femlcc_hairShort_xx
} “Classic Bob” {
@LUNA changes hair into Classic Bob
goto femlcc_hairShort_xx
} “Curly Bob” {
@LUNA changes hair into Curly Bob
goto femlcc_hairShort_xx
}“Back to Styles”{
goto femlcc_hair_xx
}
“Fade” {
@LUNA changes hair into Short Curly Fade
goto femlcc_hairShort_xx
}“Pixie” {
@LUNA changes hair into Short Pixie
goto femlcc_hairShort_xx
}“Short Wavy” {
@LUNA changes hair into Short Wavy Hair Solid
goto femlcc_hairShort_xx
}“Blunt Bangs” {
@LUNA changes hair into Blunt Bangs Short
goto femlcc_hairShort_xx
}“Back to Styles”{
goto femlcc_hair_xx
}
“Wavy Ombre” {
@LUNA changes hair into Short Wavy Ombre
goto femlcc_hairShort_xx
} “Wavy Side Shaved” {
@LUNA changes hair into Short Wavy Side Shave
goto femlcc_hairShort_xx
}“Curly Blow Out” {
@LUNA changes hair into Short Curly Blow Out
goto femlcc_hairShort_xx
}“Crew Cut” {
@LUNA changes hair into Crew Cut
goto femlcc_hairShort_xx
}“Back to Styles”{
goto femlcc_hair_xx
}

label femlcc_hairMedium_xx

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Braided” {
@LUNA changes hair into Medium Braided
goto femlcc_hairMedium_xx
}“Medium Dreadlocks” {
@LUNA changes hair into Medium Dreadlocks
goto femlcc_hairMedium_xx
}“Hair Flip” {
@LUNA changes hair into Hair Flip
goto femlcc_hairMedium_xx
}“Straight” {
@LUNA changes hair into Straight Medium
goto femlcc_hairMedium_xx
}“Back to Styles”{
goto femlcc_hair_xx
}
“Lob Bangs” {
@LUNA changes hair into Lob Bangs Blunt
goto femlcc_hairMedium_xx
}“Overgrown Bangs” {
@LUNA changes hair into Medium Straight Overgrown Bangs
goto femlcc_hairMedium_xx
}“Back to Styles”{
goto femlcc_hair_xx
}
label femlcc_hairLong_xx

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Beach Wave” {
@LUNA changes hair into Beach Wave Hair
goto femlcc_hairLong_xx
}“Long Braided” {
@LUNA changes hair into Long Braided
goto femlcc_hairLong_xx
}“Long Dreadlocks” {
@LUNA changes hair into Long Dreadlocks
goto femlcc_hairLong_xx
}“Feathered” {
@LUNA changes hair into Long Feathered
goto femlcc_hairLong_xx
}“Back to Styles”{
goto femlcc_hair_xx
}
“Long Blunt Bangs” {
@LUNA changes hair into Long Straight Loose Bangs Blunt Solid
goto femlcc_hairLong_xx
}“Sideswept Bangs” {
@LUNA changes hair into Long Straight Loose Bangs Sideswept Solid
goto femlcc_hairLong_xx
}“Straight” {
@LUNA changes hair into Long Straight Loose Solid
goto femlcc_hairLong_xx
}“Wavy Long” {
@LUNA changes hair into Wavy Long
goto femlcc_hairLong_xx
}“Back to Styles”{
goto femlcc_hair_xx
}
“Curly Solid” {
@LUNA changes hair into Medium Curly Solid
goto femlcc_hairLong_xx
}“Wavy Parted” {
@LUNA changes hair into Long Wavy Parted Hair
goto femlcc_hairLong_xx
}“Back to Styles”{
goto femlcc_hair_xx
}

label femlcc_hairUp_xx

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@LUNA changes hair into Braided Bun
goto femlcc_hairUp_xx
}“Faux Hawk” {
@LUNA changes hair into Long Faux Hawk Solid
goto femlcc_hairUp_xx
}“Short Ponytail” {
@LUNA changes hair into Short High Ponytail
goto femlcc_hairUp_xx
}“Long Ponytail” {
@LUNA changes hair into Long High Ponytail
goto femlcc_hairUp_xx
}“Back to Styles”{
goto femlcc_hair_xx
}
“Morning Updo” {
@LUNA changes hair into Morning Updo
goto femlcc_hairUp_xx
}“Punk Pixie” {
@LUNA changes hair into Punk Pixie
goto femlcc_hairUp_xx
}“Double Dutch Braids” {
@LUNA changes hair into Long Double Dutch Braids
goto femlcc_hairUp_xx
}“Pinup Rolls” {
@LUNA changes hair into Pinup Victory Rolls
goto femlcc_hairUp_xx
}“Back to Styles”{
goto femlcc_hair_xx
}

label femlcc_x_endd

    NARRATOR
Are you happy with how she looks?

choice
“Yes, she looks gorgeous!” {
readerMessage Template created by @dara.amarie.ep on IG!
} “No, I want to change something” {
goto change_hair

}

Try this!

label femlcc_custom_xx

NARRATOR (LUNA)
Do I want to change my hair?

{u forgot to put it up der but idk… it might be it}

choice

1 Like

Thanks! It worked

Np

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