Copy and Paste this:
label mouthColor_4
NARRATOR
What color lips would you like?
choice
“Natural”{
goto mouthNatural4
}“Bright Colored”{
goto mouthMakeup4
}“Dark Colored”{
goto mouthMakeupDark4
}“This looks good!”{
goto label story_lipstart4
}
label mouthNatural4
NARRATOR
What natural lip color would you like?
choice
“Blush” {
@YOU changes mouthColor into Blush
@YOU is primp_condescend
goto mouthNatural4
}“Mocha” {
@YOU changes mouthColor into Mocha
@YOU is primp_condescend
goto mouthNatural4
}“Toffee” {
@YOU changes mouthColor into Toffee
@YOU is primp_condescend
goto mouthNatural4
}“Dark Brown” {
@YOU changes mouthColor into Dusty Rose
@YOU is primp_condescend
goto mouthNatural4
}“Terracotta” {
@YOU changes mouthColor into Terracotta
@YOU is primp_condescend
goto mouthNatural4
}“Dusty Rose”{
@YOU changes mouthColor into Dusty Rose
@YOU is primp_condescend
goto mouthNatural4
}“White”{
@YOU changes mouthColor into White
@YOU is primp_condescend
goto mouthNatural4
}“Try other colors.”{
goto mouthColor_4
}“Looks good!”{
goto label story_lipstart4
}
label mouthMakeup4
NARRATOR
What lip color would you like?
choice
“Bubblegum Pink” {
@YOU changes mouthColor into Bubblegum Pink
@YOU is primp_condescend
goto mouthMakeup4
}“Olive” {
@YOU changes mouthColor into Olive
@YOU is primp_condescend
goto mouthMakeup4
}“Orange Crush”{
@YOU changes mouthColor into Orange Crush
@YOU is primp_condescend
goto mouthMakeup4
}“Raspberry”{
@YOU changes mouthColor into Raspberry
@YOU is primp_condescend
goto mouthMakeup4
}“Raspberry”{
@YOU changes mouthColor into Raspberry
@YOU is primp_condescend
goto mouthMakeup4
}“Try other colors.”{
goto mouthColor_4
}“Looks good!”{
goto label story_lipstart4
}
label mouthMakeupDark4
NARRATOR
What lip color would you like?
choice
“Cherry Red”{
@YOU changes mouthColor into Cherry Red
@YOU is primp_condescend
goto mouthMakeupDark4
}“Dark Red” {
@YOU changes mouthColor into Bordeaux
@YOU is primp_condescend
goto mouthMakeupDark4
}“Wine” {
@YOU changes mouthColor into Wine
@YOU is primp_condescend
goto mouthMakeupDark4
}“Try other colors.”{
goto mouthColor_4
}“Looks good!”{
goto label story_lipstart4
}
label story_lipstart4