HELP: Unexpected Garbage :(

HELP! I’m currently writing an episode story called His Hidden Kingdom. It keeps saying my format is wrong however I have used the same type of format in my previous episodes and they are all correct. Can someone help me out? Melita x

1 Like

I think you forgot the other:

)

on line 216

1 Like

Line 258 you have:

}elif{

It should be:

}else{

else is always by itself.

1 Like

you can’t see line 216 lol

i tried that too i just replaced elif with else and it’s the same error

#Guide on remembering past choices:

#Try this (so copy and paste it exactly as it is into script):

if (LIKEYESORNO is “No, I don’t like anyone. (Lie)”){

NARR (SOPHIA)
I decided to tell Riley about Liam.

NARR (SOPHIA)
It was getting too hard to hide. And now I’m in desperate need of her help.

}else{

}

@RILEY walks to spot 0.890 138 167 in zone 2

1 Like

thanks for the suggestion, I tried it and it’s still not working. I think i should just copy all my code and refresh the page.
Melita

@Winteronepisode might be able to help? :thinking:

2 Likes

yes please, I refreshed my page and it’s still not working
Melita <3

1 Like

Line 253, your choice cannot have brackets inside. The system may think that it’s a choice, which is why you’re getting an error. Replace it with a “-” or something.

if (LIKEYESORNO is “No, I don’t like anyone. - Lie”){
.
.

2 Likes

Omg thank you so much! You have saved me a lot of time!
Melita <3

1 Like

Oop i mean line 253 Idk why I said 261 lol

1 Like

Moved to Directing Help and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :smiley:

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