From 5f02188e4c3bca6f9cfc5d41a88ce99bf642c0fa Mon Sep 17 00:00:00 2001 From: Elckarow <101005497+Elckarow@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:57:32 +0100 Subject: [PATCH] fix nvl hide --- renpy/common/00nvl_mode.rpy | 1 + 1 file changed, 1 insertion(+) diff --git a/renpy/common/00nvl_mode.rpy b/renpy/common/00nvl_mode.rpy index 76ed825b47..24062fa822 100644 --- a/renpy/common/00nvl_mode.rpy +++ b/renpy/common/00nvl_mode.rpy @@ -261,6 +261,7 @@ init -1500 python: """ nvl_show_core() + renpy.with_statement(None) renpy.with_statement(with_) store._last_say_who = None