From 0a4ab9609ab200923f0101892e690c8bc8544994 Mon Sep 17 00:00:00 2001 From: Iggy Date: Sun, 11 Aug 2024 23:15:13 -0300 Subject: [PATCH] Implement use of 'initstats' label during start --- game/script.rpy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/game/script.rpy b/game/script.rpy index 465c647..c09df6d 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -322,9 +322,8 @@ transform scloserleft: label start: - $ fangscore = 0 - $ anonscore = 0 - $ wingStory = False + + call initstats(anon = 0, fang = 0) from _call_initstats pause 1.0