forked from Cavemanon/SnootGame
Add call first element of the general_chapters array in script
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user