So when I load my game in Firefox it always starts with a blank chapter 1. I don’t have a clue where its coming from. I have to hit “Next Chapter” and then my game starts like normal. I have completely obliterated Choicescript from my computer twice and when I redownload it the issue is back. And its not like Ive got extra files lying around its just.
Startup
Ch_1
Ch_2
…Thats it, has anyone else run into this?
It may be more than one possible cause. Do you have any stray *gosub_scene declared before the first *finish in your startup chapter?
Do your game uses chapter tangling or it is just ending by *finish commands?
I just end each chapter with *finish and decide scene order with the setup file
1 Like
Hmm. In this case. There is a way to check what causes it. But you will need a dropbox account or download the Choicescript IDE.
I propose you to use the “step” debug button in the IDE to check step-by-step where the chapter turning is being triggered in the events of you game during runtime.
At least is what I would try to make sure.
Maybe it is your startup file triggering it? Do you have anything else in your startup file other than the file lists and variables?
Other than the comments no. But I thought you weren’t supposed to delete those lol
Edit : This issue doesn’t arise when I “run server” which I presume is how it’ll look when others play it so as long as the issue doesn’t effect others.