It says unexpected CHOICEPARAMS: shouldPaginate: Yes

choice
“Hair”{
goto hair_styles
} “Lipstick”{
goto lip_stick
} “I’m done.”{
goto end_finish
}
choice [shouldPaginate: YES]
“Hair Flip”{
@speechbubble is 164 226 to 100%
@SAVANNAH changes hair into Hair Flip
goto hair_styles

It says unexpected CHOICEPARAMS: shouldPaginate: Yes. I have this same template in my story already with no errors…Now its says that.
:woman_facepalming: I’m never getting this story published at this rate…

You need to have dialogue before this choice

1 Like

I do
label hair_and_lips
SAVANNAH (idle_shiftweight_neutral_loop)
(Time to do something with this hair and my make-up.)
choice
“Hair”{
goto hair_styles
} “Lipstick”{
goto lip_stick
} “I’m done.”{
goto end_finish
}
choice [shouldPaginate: YES]
“Hair Flip”{
@speechbubble is 164 226 t

SAVANNAH (idle_shiftweight_neutral_loop)
(Time to do something with this hair and my make-up.)
choice
“Hair”{
goto hair_styles
} “Lipstick”{
goto lip_stick
} “I’m done.”{
goto end_finish
}

DIALOGUE NEEDS TO BE HERE

choice [shouldPaginate: YES]
“Hair Flip”{
@speechbubble is 164 226 t

Oh okay

Now it says Unexpected choice: Did you include a choice without a line of dialogue before it?

I move it to were you said
label hair_and_lips
choice
“Hair”{
goto hair_styles
} “Lipstick”{
goto lip_stick
} “I’m done.”{
goto end_finish
}
SAVANNAH (idle_shiftweight_neutral_loop)
(Time to do something with this hair and my make-up.)
choice [shouldPaginate: YES]
“Hair Flip”{

You were not suppose to move the dialogue. You needed to add a different dialogue there. Every choice needs to have dialogue before it

1 Like

Thank you sorry misunderstood but its working now.

1 Like

So I had to change all my labels because I had use them in the script before and now it says they do not exist but i changed them all…

label hair_and_lips_two
SAVANNAH (idle_shiftweight_neutral_loop)
(Time to do something with this hair and my make-up.)
choice
“Hair”{
goto hair_styles_two
} “Lipstick”{
goto lip_stick_two
} “I’m done.”{
goto end_finish
}
NARRATOR
What hair style would you like?
choice [shouldPaginate: YES]
“Hair Flip”{
@speechbubble is 164 226 to 100%
@SAVANNAH changes hair into Hair Flip
goto hair_styles_two
} “Medium Curly Solid”{
@SAVANNAH changes hair into Medium Curly Solid
goto hair_styles_two
} “Medium Shoulder Curly Bun Hair”{
@SAVANNAH changes hair into Medium Shoulder Curly Bun Hair
goto hair_styles_two
} “Medium Straight Down”{
@SAVANNAH changes hair into Medium Straight Down
goto hair_styles_two
} “Lipstick”{
goto lip_stick_two
} “I’m done.”{
goto hair_and_lips_two
}
“Messy Sock Bun”{
@SAVANNAH changes hair into Messy Sock Bun
goto hair_styles_two
} “Over Shoulder Braid”{
@SAVANNAH changes hair into Over Shoulder Braid
goto hair_styles_two
} “Short High Ponytail”{
@SAVANNAH changes hair into Short High Ponytail
goto hair_styles_two
} “Short Messy Pony tail”{
@SAVANNAH changes hair into Short Messy Pony Tail
goto hair_styles_two
} “Lipstick”{
goto lip_stick_two
} “I’m done.”{
goto hair_and_lips_two
}
“Small Bun”{
@SAVANNAH changes hair into Small Bun
goto hair_styles_two
} “Straight Medium”{
@SAVANNAH changes hair into Straight Medium
goto hair_styles_two
} “Lipstick”{
goto lip_stick_two
} “I’m done.”{
goto hair_and_lips_two
}
label lip_stick_two

Its just saying it for these

Closed: Marked as solved by op @Blue01.episode :yay: