It gives me this error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_ch4.rpy", line 457, in script
menu:
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 324, in execute
vbox:
File "game/screens.rpy", line 325, in execute
for i in items:
File "game/screens.rpy", line 326, in execute
textbutton i.caption action i.action
NameError: Name 'JVLRN' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_ch4.rpy", line 457, in script
menu:
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\screen.py", line 462, in per_interact
self.update()
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 324, in execute
vbox:
File "game/screens.rpy", line 325, in execute
for i in items:
File "game/screens.rpy", line 326, in execute
textbutton i.caption action i.action
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\text\text.py", line 1594, in __init__
self.set_text(text, scope, substitute)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\text\text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'JVLRN' is not defined.
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Motherless 0.17.1.1
Tue Jan 3 15:20:38 2023