I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Say has image attributes (u'dress1', u'smile'), but there's no image tag associated with the speaking character.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 187, in script call
File "event_chapter1.rpyc", line 14, in script
File "G:\Games\Oh My Love\renpy\ast.py", line 706, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "G:\Games\Oh My Love\renpy\exports.py", line 1336, in say
who(what, *args, **kwargs)
File "G:\Games\Oh My Love\renpy\character.py", line 1075, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
File "G:\Games\Oh My Love\renpy\character.py", line 942, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
File "G:\Games\Oh My Love\renpy\character.py", line 868, in resolve_say_attributes
raise Exception("Say has image attributes %r, but there's no image tag associated with the speaking character." % (attrs,))
Exception: Say has image attributes (u'dress1', u'smile'), but there's no image tag associated with the speaking character.