Expected Character or scene change. Found "CUSTOMISE" { " instead

I’ve tried lots of things to make this error go.

Please help :sweat_smile:

On line 15699, is "Yes, I want to reread "{
}

What’s the line after 15741?
You probably left a bracket somewhere after that line.

2 Likes

Did you add the ‘}’ after the customization choice?

Also, you can’t add labels inside a choice, so I’ll suggest you use goto label LABELNAME

Then add a line

label LABELNAME

outside the brackets

For the customization template, I mean.

1 Like

Line 15741 is goto fem_mouth_5

I assume “CUSTOMISE” isn’t the third choice for the above choice.
If it’s a separated one, you need a narration/dialogue before a choice if that’s what you mean.

label female_custom_5

NARR

choice
“CUSTOMISE”{

1 Like

I tried that and it made a difference, thank you!

But now it has a different error

choice
“CUSTOMISE”{
}

1 Like

Do you mean I should put brackets at the end of the customisation template? If so I already have ,
but if you think I should put brackets after like this

label female_custom_5

    NARRATOR (ZANELE)
What do you look like?

“CUSTOMISE” {

@YOU enters from left to screen center
@YOU faces left

}

An error shows up - Unexpected block end

I mean, from the recent image, the error simply means that you need to add in the word choice in line 15719.

label female_custom_5

NARR (ZANELE)
What do you look like?
choice
“CUSTOMISE”{

And, a narration/dialogue in line 15725, I forgot…

NARR

choice
“Skin Tone”{
}
“Hair”{
}

1 Like

Oh, and yes. Since you already put brackets at the end of the template, then yes that’s what I meant. Remove that “}” for the “CUSTOMISE”.

Basically every choice, you need a narration/dialogue, you can’t remove it.

It worked, Thank you.! But I’m really sorry because I’ve got another error :sleepy:

That “}” in line 17624 has no “{”. If it’s nothing, you can remove that “}”.

Same thing, you need a dialogue/narration before a choice, so it should be:

NARR

choice
“END EPISODE”{

1 Like

Just a quick question, what is goto endofepisodechoice?
Is that a command to bring readers to the end of the episode? If it’s so, then I think the command goto endofpisodechoice should be in the choice “No, I don’t want to reread this episode” in line 15705.

And label endofepisodechoice to be in line 17620?

It’s basically the “menu” for the end of the episode.

It’s fine now, all the errors are gone, I just removed a bracket.

Thanks for your help!

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