Can't get to my next chapter!

so I would put *goto_scene wakeup ?
and that’s where my title is

Edit: Good for you!

I just thought of something. Is it possible you have more than one startup file? That’s what the error looks like.

OMG it worked!!! the *goto_scene worked perfectly thank you all so very much!
and don’t worry if you really want to see I’ll message you when I figure the story out :stuck_out_tongue:

1 Like

I had 2 for some reason at first but it was startup1 not startup but it’s been gone for a while

I thought that could be it. *finish could take you to another startup, but if *goto_scene works you’re good to go. :smile:

1 Like

thank you so much for trying and helping! you’re amazing!

1 Like

Hey everyone, I think I fixed the ghost error! The trick is to standardize capitalization between your scene list and your scene names. If *finish is supposed to send you to CharacterCreation and the scene is named characterCreation, the code sometimes get confused.

Likewise, mismatched capitalization can sometimes mess up goto_scene or gosub_scene if the name doesn’t match, case sensitive.

It’s still a mystery why it doesn’t ALWAYS break things, which is why it took so long to isolate what was wrong.

Props to @dashingdon for helping me stumble across the solution.

1 Like