I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ep1.rpy", line 123, in script
menu:
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 210, in execute
File "game/screens.rpy", line 211, in execute
File "game/screens.rpy", line 212, in execute
NameError: Name 'gr' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ep1.rpy", line 123, in script
menu:
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\ast.py", line 1626, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\exports.py", line 983, in menu
rv = renpy.store.menu(new_items)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\exports.py", line 1217, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\screen.py", line 440, in per_interact
self.update()
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 210, in execute
File "game/screens.rpy", line 211, in execute
File "game/screens.rpy", line 212, in execute
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\ui.py", line 983, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\text\text.py", line 1479, in __init__
self.set_text(text, scope, substitute)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\text\text.py", line 1598, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\substitutions.py", line 253, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
File "H:\Ero games (Demo)\The Last of our Blood v.0.3\renpy\substitutions.py", line 212, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'gr' is not defined.