I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Chapter3.rpy", line 6732, in script
k k "Today we.. talked on an even ground.. but I still hate you.."
Exception: Say has image attributes (u'k',), but there's no image tag associated with the speaking character.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Chapter3.rpy", line 6732, in script
k k "Today we.. talked on an even ground.. but I still hate you.."
File "C:\Whereitallbegan-0.5_beta_test-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Whereitallbegan-0.5_beta_test-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "C:\Whereitallbegan-0.5_beta_test-pc\renpy\character.py", line 1067, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
File "C:\Whereitallbegan-0.5_beta_test-pc\renpy\character.py", line 951, in handle_say_attributes
self.resolve_say_attributes("permanent", predicting, attrs, skip_trans=temporary_attrs)
File "C:\Whereitallbegan-0.5_beta_test-pc\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'k',), but there's no image tag associated with the speaking character.