From fe5a7402a94cf6a2467549119d256c731e410bfb Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:41:29 +0100 Subject: [PATCH] No it doesn't (cherry picked from commit 884c264f040765e8124bb997b313e989fe0b799f) --- game/scripts/interface/popup.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/scripts/interface/popup.rpy b/game/scripts/interface/popup.rpy index 08dd5ce1..38eddb1a 100644 --- a/game/scripts/interface/popup.rpy +++ b/game/scripts/interface/popup.rpy @@ -28,8 +28,7 @@ label give_reward(text="You found something!", gift="interface/icons/box_blue_2. show screen notes with d3 - # It has to be a renpy.say function in order to evaluate text tags i.e "You found [item.name]". - $ renpy.say(None, text) + "[text!it]" hide screen gift hide screen notes