diff options
Diffstat (limited to 'sast/screens.rpy-sast.py')
-rw-r--r-- | sast/screens.rpy-sast.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sast/screens.rpy-sast.py b/sast/screens.rpy-sast.py new file mode 100644 index 0000000..de3d90c --- /dev/null +++ b/sast/screens.rpy-sast.py @@ -0,0 +1,4 @@ +if True: + config.character_id_prefixes.append('namebox') + config.overlay_screens.append("quick_menu") + what = renpy.filter_text_tags(h.what, allow=gui.history_allow_tags) |