Help with label's please and thank you

label makeover_time02

  TAYLER (think)
(How should I do my hair and make-up?)

choice
“Hair Style.” {

goto hair_style02

}
“Lipstick.” {

goto lip_style02

}
“This is perfect!” {

goto avatar_makeup02

}

label hair_style05

    TAYLER (think)
(What hairstyle should I choose?)

choice
“Monday Morning Updo”{

@TAYLER changes hair into Monday Morning Updo

@TAYLER starts primp_condescend

@pause for 2

}
“Diva Curls”{

@TAYLER changes hair into Diva Curls

@TAYLER starts primp_condescend

@pause for 2

}
“Fishtail Braid”{

@TAYLER changes hair into Fishtail Braid

@TAYLER starts primp_condescend

@pause for 2

}
“Straight”{

@TAYLER changes hair into Straight

@TAYLER starts primp_condescend

@pause for 2

}
TAYLER (think)
(Hmm…sure about this?)

choice
“Yes.”{

    TAYLER (strike_a_pose)
(My hair looks amazing.)

@TAYLER is idle

goto makeover_time02

}
“No.”{

goto hair_style02

}

label lip_style02

    TAYLER (think)
(What lip color should I choose?)

choice
“Cherry Red”{

@TAYLER changes mouthColor into Cherry Red

@TAYLER starts admire

@pause for a beat

}
“Scarlet”{

@TAYLER changes mouthColor into Scarlet

@TAYLER starts admire

@pause for a beat

}
“Ruby Red”{

@TAYLER changes mouthColor into Ruby Red

@TAYLER starts admire

@pause for a beat

}
“Bubblegum Pink”{

@TAYLER changes mouthColor into Bubblegum Pink

@TAYLER starts admire

@pause for a beat

}
“Bordeaux”{

@TAYLER changes mouthColor into Bordeaux

@TAYLER starts admire

@pause for a beat

}
“Blush”{

@TAYLER changes mouthColor into Blush

@TAYLER starts admire

@pause for a beat

}
TAYLER (think)
(Hmm…sure about this?)

choice
“Yes.”{

    TAYLER (strike_a_pose)
(Love this color.)

@TAYLER is idle

goto makeover_time02

}
“No.”{

goto lip_style02

}

label avatar_makeup02

    NARRATOR
Are you sure you want this hairstyle and lip color?

choice
“Yes.”{

    TAYLER (flirt_wink_forward)
(I look amazing.)

}
“No.”{

goto makeover_time02

}

@zoom on 392 374 to 128% in 2

label choosing_outfit1

    TAYLER (think)
(Know what should I wear to dinner?)

choice
“Outfit 1” {

@TAYLER is dustoff_loop

@TAYLER changes into TAYLER_DATE TURQUOISE DRESS

@TAYLER is strike_a_pose

@pause for a beat

}
“Outfit 2” {

@TAYLER is dustoff_loop

@TAYLER changes into TAYLER_DATE PINK DRESS

@TAYLER is strike_a_pose

@pause for a beat

}
“Outfit 1” {

@TAYLER is dustoff_loop

@TAYLER changes into TAYLER_DATE BLUE DRESS

@TAYLER is strike_a_pose

@pause for a beat

}

    NARRATOR
What do you think of this outfit?

choice
“Perfect”{

@TAYLER is strike_a_pose

    TAYLER (laugh_giggle)
(This is perfect for tonight.)

}
“No, try again”{

    TAYLER (think)
(I think I should find something else for tonight.)

goto choosing_outfit1

}

@zoom on 0 0 to 100% in 2

    NARRATOR (VERONICA)
Harper, are you ready to go?

    TAYLER (talk_call_out)
Yes just got done, I'll be out in just a moment.

It is saying: The label “hair_style02” does not exist.
Duplicate label "hair_style05"
Then it has the first error I put down again after the scond one.

Never mind I found it. I missed a label, I have a hair and make-up game twice and looked over one of the labels lol.

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