label hair_and_lip_z
NARRATOR
What do you want to change?
choice
“Lipstick” {
goto lip_stick_z
} “Hairstyle” {
goto hair_styles_z
} <GEMS:12>“Hair Color” {
goto hair_colors_z
} “I look amazing!” {
goto hair_and_lip_z_end
}
label hair_and_lip_z
NARRATOR
What do you want to change?
choice
“Lipstick” {
goto lip_stick_z
} “Hairstyle” {
goto hair_styles_z
} <GEMS:12>“Hair Color” {
goto hair_colors_z
} “I look amazing!” {
goto hair_and_lip_z_end
}
What kind of error are you getting?
you need to name your premium choice - for example:
choice (premium)
How? 
as I have in the example you just put round brackets after the word choice and inside it write the choice name
Okay, I’m dumb, can you send the script to me?
choice (premium)
“Lipstick” {
goto lip_stick_z
} “Hairstyle” {
goto hair_styles_z
} GEMS:12“Hair Color” {
goto hair_colors_z
} “I look amazing!” {
goto hair_and_lip_z_end
}
OOhh tysm!
you can name it what ever you want- the word premium is just en example
Lol, I had no idea. I name all my choices just in case I want to go back to them. So it never occurred to me that was a problem. Thanks!
premium choices do not for some reason work without naming it - guess ist because the counting of gems in the portal or something like thid but who knows why…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.