I need help! I have been trying for hours to figure out how to fix the expected an option here not goto error and nothing has worked. It says there’s an error on line 20, but there’s no options or gotos on line 20 it’s just text. I tried adding a page break, I tried added goto_scene I tried adding a goto label, I tried indenting the gotos but they are on lines 80-81 or so not 20. This error is plaguing my game.
Can you tell us in which file we meet him and where should the scene change? There’s a lot of text in the game and it’s difficult to figure out where exactly the error is happening.
Just checking, are the last two options in this part indented right? Because when I look at it using Chrome’s text viewer there’s a few extra characters, but when I download the file it shows up normally.
You could retype the choices to fix the spaces. CSIDE has an option where you can turn on visible indentation–it might help with seeing the differences in indents.
For some reason those accented A’s only appear in ANSI encoding. They don’t show up in UTF+8. If you use Notepad++ to view the file, you can see the difference.
Sorry to hear that. Not sure if this will help, but recently someone asked if they could edit ChoiceScript on mobile, and there are a few suggestions on the wiki page. The error could have been caused by an app using different encoding types.