Unexpected Block End Please Send Help

Maybe try putting an extra line between the word choice and the choices. :thinking:

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 :blush:
Just to make sure, all the outfits are well spelt, right?

1 Like

They were… any other ideas :grimacing:

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?

1 Like
    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

1 Like

What you posted worked just fine for me :thinking:
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!

1 Like

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 :joy: thanks for the help though guys!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.