Add call first element of the general_chapters array in script

This commit is contained in:
Iggy 2024-08-08 19:43:36 -03:00
parent 297ca81c7c
commit 79569c7441

View file

@ -325,5 +325,7 @@ label start:
$ fangscore = 0 $ fangscore = 0
$ anonscore = 0 $ anonscore = 0
$ wingStory = False $ wingStory = False
pause 1.0 pause 1.0
call storyline from _call_storyline
$ renpy.call(general_chapters[0]) # Call first element of the general_chapters array