From 79569c7441f08f53c9a82b779b2d2b90eb131985 Mon Sep 17 00:00:00 2001 From: Iggy Date: Thu, 8 Aug 2024 19:43:36 -0300 Subject: [PATCH] Add call first element of the general_chapters array in script --- game/script.rpy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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