Can someone help me? (Script Error)

Screen Shot 2020-08-05 at 20.34.57

hi guys, so this issue has happened to me multiple times and I honestly have an absolute no idea what’s wrong with the code.

I did not forget to capitalize anything nor forget to close anything and I’m just super confused, why is it happening? it only shows there’s an issue in the second option but when I try to copy the first and change a few letters the problem still exists in the second option.

The code
    MC
Random text
choice

“Compliment her”
{

Random code lines

}

“Introduce yourself”
{

Random code lines

}

help please :<

Can you post a screenshot of your script. We need to see your exact coding to know what’s the issue.

here you go!

Screenshots


So the choice isn’t formatted correctly and the brackets are on the wrong lines. This is how the choice should look like:

CHARACTER
Dialogue here.

choice
“Compliment her” {

#stuff here

} “Introduce yourself” {

#stuff here

}

1 Like

Thank you!

1 Like

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