Interesting, is this the PC version, are you using the MOD? (have you used it previously?) if you can send me your save game I can try and look into this.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 1047, in execute File "game/screens.rpy", line 1047, in execute File "game/screens.rpy", line 1052, in execute NameError: Name 'message' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "Chapter_scripts/Chapter_Four/freeroam_1_outside.rpyc", line 124, in script File "renpy/ast.py", line 721, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1417, in say who(what, *args, **kwargs) File "renpy/character.py", line 1249, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 901, in do_display **display_args) File "renpy/character.py", line 647, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3318, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3738, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3738, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/screens.rpy", line 1047, in execute File "game/screens.rpy", line 1047, in execute File "game/screens.rpy", line 1052, in execute File "renpy/text/text.py", line 1669, in _scope return self.set_text(self.text_parameter, scope, self.substitute, update) File "renpy/text/text.py", line 1693, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 270, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 228, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'message' is not defined. Windows-10-10.0.19041 Ren'Py 7.5.0.63n Dreams of Reality 0.4.0 Sat Jul 9 15:46:12 2022
The message system is not something I have created or amended, its the default one used by Renpy so it shouldn't be throwing errors. you can always DM me rather than posting here if its easier.