diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/04_init.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
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", |