forked from Cavemanon/SnootGame
Change start script to call the first chapter based on the "chapter_list_index" variable
This commit is contained in:
@ -327,4 +327,4 @@ label start:
|
|||||||
|
|
||||||
pause 1.0
|
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
|
||||||
|
Reference in New Issue
Block a user