mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Change start script to call the first chapter based on the "chapter_list_index" variable
This commit is contained in:
parent
859610e3bd
commit
806151f430
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue