diff --git a/game/script.rpy b/game/script.rpy index 94c48f7..465c647 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -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