Maybe try putting an extra line between the word choice and the choices.
or put a space between the stuff before “choice” and choice
I tried all of those and it is still popping up that error.
Hi
Just to make sure, all the outfits are well spelt, right?
They were… any other ideas
Can you copy that part of the script and past it here, please?
Because at the first glance it looks fine… It’s in LL, right?
ADALINE (talk_excited_happy)
Time to pick out my outfit for the day
choice
“Sexy” {
@ADALINE changes into School 1
@ADALINE starts primp_neutral
ADALINE (talk_pointup_happy)
Here I come world watch out.
}
“Cute” {
@ADALINE changes into School 2
@ADALINE starts primp_neutral
ADALINE (talk_pointup_happy)
Here I come world watch out.
}
“Punk” {
@ADALINE changes into School 3
@ADALINE starts primp_neutral
ADALINE (talk_pointup_happy)
Here I come world watch out.
}
And yes it is LL
What you posted worked just fine for me
I’ve messed with it and put an extra } intentionally and it gave me your error but from what I see all your {} are matched
Small thing
Also, if you want your character to do primp_neutral while changing do this:
&ADALINE starts primp_neutral
@ADALINE changes into School 3
@pause for 1.5
What you gave me that worked
INT. WALKINCLOSET - DAY
@ADALINE enters from left to screen center
ADALINE (talk_excited_happy)
Time to pick out my outfit for the day
choice
“Sexy” {
@ADALINE changes into School 1
@ADALINE starts primp_neutral
ADALINE (talk_pointup_happy)
Here I come world watch out.
}
“Cute” {
@ADALINE changes into School 2
@ADALINE starts primp_neutral
ADALINE (talk_pointup_happy)
Here I come world watch out.
}
“Punk” {
&ADALINE starts primp_neutral
@ADALINE changes into School 3
@pause for 1.5
ADALINE (talk_pointup_happy)
Here I come world watch out.
}
ADALINE (talk_apathetic)
Now, that I'm fabulous. I'm out.
@ADALINE exits left
This is so weird maybe it’s just a problem with my computer or something. I’ve tried many different ways of writing it. But thanks for the tip!
If you click on the error message, it takes you to where the error is at. There should be a red x next to the line number.
When I click on it-it takes me to the end of my script, and it doesn’t give me the red x next to any lines.
Have you tried refreshing the page? There’s always a red x with that specific error message. The error isn’t in your dressing game, it’s somewhere else in your script.
There was a { at the end of my script that I couldn’t see because my task bar on my laptop was hiding it thanks for the help though guys!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.