Bad label chapter2

That’s my ide screen.

I’m getting line 50 bad label . I’ve tried to fix it . I cant

You need *goto_scene, not *goto

1 Like

goto can only be used for jumping to a label inside the same scene. To go to chapter2, use goto_scene chapter2. Alternatively, you can just use *finish, which will jump to the next scene listed in startup.txt’s scene list.

1 Like