From 11f2291cefe90f5c43765754d7cdffa247cc31f9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 17 Dec 2020 23:40:26 -0300 Subject: Notifications can still be sent (but they are inexpressive...) --- game/04_init.rpy | 1 + 1 file changed, 1 insertion(+) (limited to 'game') diff --git a/game/04_init.rpy b/game/04_init.rpy index 03ca68f..9f09454 100644 --- a/game/04_init.rpy +++ b/game/04_init.rpy @@ -31,6 +31,7 @@ init python: try: if (message.split(':')[0] == "NOTICE"): # FIXME + renpy.notify(str(":".join(message.split(':')[1:]))) raise NotImplemented("You cannot call screens from threads!") renpy.call_screen("msgbox", #renpy.call_in_new_context("msgbox_label", -- cgit v1.2.3-70-g09d2