summaryrefslogtreecommitdiff
path: root/game/misc.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/misc.rpy')
-rw-r--r--game/misc.rpy4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/misc.rpy b/game/misc.rpy
index 8b9fe6f..ec504da 100644
--- a/game/misc.rpy
+++ b/game/misc.rpy
@@ -167,6 +167,10 @@ init python:
# Weekly event switcher (Raids, etc. → events.py)
"""
+label msgbox_label(msgcode):
+ call screen msgbox(msgcode)
+ return
+
label clear_all:
python:
rl=False