mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Add call first element of the general_chapters array in script
This commit is contained in:
parent
297ca81c7c
commit
79569c7441
1 changed files with 3 additions and 1 deletions
|
@ -325,5 +325,7 @@ label start:
|
|||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ wingStory = False
|
||||
|
||||
pause 1.0
|
||||
call storyline from _call_storyline
|
||||
|
||||
$ renpy.call(general_chapters[0]) # Call first element of the general_chapters array
|
||||
|
|
Loading…
Reference in a new issue