I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 224, in script
call screen messager(contact_Julia)
File "renpy/common/000statements.rpy", line 554, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 44, in execute
transclude
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone_msg.rpy", line 118, in execute
viewport:
File "game/phone/phone_msg.rpy", line 124, in execute
vbox:
File "game/phone/phone_msg.rpy", line 125, in execute
for message in contact.messages:
File "game/phone/phone_msg.rpy", line 133, in execute
if message.reply:
File "game/phone/phone_msg.rpy", line 134, in execute
textbutton message.reply style "msgright"
NameError: Name 'laurenpt' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 224, in script
call screen messager(contact_Julia)
File "renpy/ast.py", line 1960, in execute
self.call("execute")
File "renpy/ast.py", line 1948, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 554, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2969, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 2978, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "renpy/display/core.py", line 3378, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3378, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 44, in execute
transclude
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone_msg.rpy", line 118, in execute
viewport:
File "game/phone/phone_msg.rpy", line 124, in execute
vbox:
File "game/phone/phone_msg.rpy", line 125, in execute
for message in contact.messages:
File "game/phone/phone_msg.rpy", line 133, in execute
if message.reply:
File "game/phone/phone_msg.rpy", line 134, in execute
textbutton message.reply style "msgright"
File "renpy/ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1525, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1644, 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/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-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 'laurenpt' is not defined.