I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/version25.rpy", line 255, in script
a "I love you so much dad. Just over [d2_age] years ago I was a part of you, and now you are a part of me."
KeyError: u'd2_name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/version25.rpy", line 255, in script
a "I love you so much dad. Just over [d2_age] years ago I was a part of you, and now you are a part of me."
File "renpy/ast.py", line 715, 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 1204, in __call__
who = self.prefix_suffix("who", self.who_prefix, who, self.who_suffix)
File "renpy/character.py", line 1125, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1105, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'd2_name'