I'm sorry, but an uncaught exception occurred.
While running game code:
AttributeError: 'NPC' object has no attribute 'name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/base/meta/human_mc_story_handler/week_03/01_sunday.rpyc", line 35, in script call
File "scripts/base/locations/earth_7/starlight_city/lusea_home/birthday_party.rpyc", line 7, in script call
File "scripts/base/locations/earth_7/starlight_city/lusea_home/jacuzzi/birthday_party.rpyc", line 101, in script
File "/private/var/folders/7k/d8p0k44j2hz1k39kb54v52600000gn/T/AppTranslocation/F92E42DF-303F-4C92-B5DE-5469A03CB87E/d/WorldsOfWonders.app/Contents/Resources/autorun/renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/private/var/folders/7k/d8p0k44j2hz1k39kb54v52600000gn/T/AppTranslocation/F92E42DF-303F-4C92-B5DE-5469A03CB87E/d/WorldsOfWonders.app/Contents/Resources/autorun/renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "/private/var/folders/7k/d8p0k44j2hz1k39kb54v52600000gn/T/AppTranslocation/F92E42DF-303F-4C92-B5DE-5469A03CB87E/d/WorldsOfWonders.app/Contents/Resources/autorun/renpy/character.py", line 1253, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "/private/var/folders/7k/d8p0k44j2hz1k39kb54v52600000gn/T/AppTranslocation/F92E42DF-303F-4C92-B5DE-5469A03CB87E/d/WorldsOfWonders.app/Contents/Resources/autorun/renpy/character.py", line 1172, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "/private/var/folders/7k/d8p0k44j2hz1k39kb54v52600000gn/T/AppTranslocation/F92E42DF-303F-4C92-B5DE-5469A03CB87E/d/WorldsOfWonders.app/Contents/Resources/autorun/renpy/character.py", line 1152, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "/private/var/folders/7k/d8p0k44j2hz1k39kb54v52600000gn/T/AppTranslocation/F92E42DF-303F-4C92-B5DE-5469A03CB87E/d/WorldsOfWonders.app/Contents/Resources/autorun/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/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 "/private/var/folders/7k/d8p0k44j2hz1k39kb54v52600000gn/T/AppTranslocation/F92E42DF-303F-4C92-B5DE-5469A03CB87E/d/WorldsOfWonders.app/Contents/Resources/autorun/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/python2.7/string.py", line 652, in get_field
AttributeError: 'NPC' object has no attribute 'name'