Change start script to call the first chapter based on the "chapter_list_index" variable

This commit is contained in:
Iggy 2024-08-18 22:29:50 -03:00
parent 859610e3bd
commit 806151f430

View file

@ -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