From d9912ece6cae801f5fe9ea268b3a552dca81208f Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Sun, 24 Mar 2024 16:09:16 +0000 Subject: [PATCH] Fix 15c998c --- game/scripts/interface/tutorials.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/scripts/interface/tutorials.rpy b/game/scripts/interface/tutorials.rpy index 2bf395f3..4d83dd07 100644 --- a/game/scripts/interface/tutorials.rpy +++ b/game/scripts/interface/tutorials.rpy @@ -30,8 +30,7 @@ label tutorial(entry): return label .display(entry): - show screen tutorial(entry) - $ _choice = ui.interact() + call screen tutorial(entry) return screen tutorial(entry):