I want to make a separate cc just for one type of hair color. Here is the script:
label fem_hairDye_Pink_1
NARRATOR
Pink hair colors.
choice [shouldPaginate: YES]
“Hot Pink” {
@ABIGAIL changes hairColor into Hot Pink
goto fem_hairDye_Pink_1
} “Light Pink” {
@ABIGAIL changes hairColor into Pink Lt
goto fem_hairDye_Pink_1
} “Warm Pink” {
@ABIGAIL changes hairColor into Warm Pink
goto fem_hairDye_Pink_1
} “Rose Gold” {
@ABIGAIL changes hairColor into Rose Gold
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_done
}
label female_done
NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@ABIGAIL is primp_neutral
} “No, I want to change something.”{
goto fem_hairDye_Pink_1
}
But episode tells me :

Did you use this label somewhere?
it’s the first label before the narrator speaks. It is supposed to be like this , right?
Yes yes, I was trying to figure out which was the problem
The script you posted is something separated from any other cc, right?
If so, it should be like this:
label fem_hairDye_Pink_1
NARRATOR
Pink hair colors.
choice [shouldPaginate: YES]
“Hot Pink” {
@ABIGAIL changes hairColor into Hot Pink
goto fem_hairDye_Pink_1
} “Light Pink” {
@ABIGAIL changes hairColor into Pink Lt
goto fem_hairDye_Pink_1
} “Warm Pink” {
@ABIGAIL changes hairColor into Warm Pink
goto fem_hairDye_Pink_1
} “Rose Gold” {
@ABIGAIL changes hairColor into Rose Gold
goto fem_hairDye_Pink_1
} “Done” {
goto female_done
}
label female_done
NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@ABIGAIL is primp_neutral
} “No, I want to change something.”{
goto fem_hairDye_Pink_1
}
Okay,thank you so much!
An yes,it is seperated from the other cc
But Episode gave me a warning, it is something like this :

Change the labels of this limited cc in fem_hairDye_Pink_2
system
Closed
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.