diff --git a/game/script.rpy b/game/script.rpy index c09df6d..1ef0a57 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -327,4 +327,4 @@ label start: pause 1.0 - $ renpy.call(general_chapters[0]) # Call first element of the general_chapters array + $ renpy.call(chapter_list[chapter_list_index]) # Call first element of the chapter_list array