From e3c5fb609df3b0566cc94fcb42bbbdbfa849abe5 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:36:21 +0200 Subject: [PATCH] Avoid python statement (cherry picked from commit 22348f09016eeda98e1a880b17b34abced57f176) --- game/scripts/events/labels.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/events/labels.rpy b/game/scripts/events/labels.rpy index 885bb60a..b8d7654d 100644 --- a/game/scripts/events/labels.rpy +++ b/game/scripts/events/labels.rpy @@ -149,7 +149,7 @@ label teleport(position=None,effect=True,poof_label=None): hide screen heal_animation if poof_label is not None: - $ renpy.call(poof_label) + call expression poof_label show screen teleport_animation with d5