can't do the book club every time i try i get
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/book.rpy", line 1148, in script
a a neu "Hey...handsome..."
Exception: Say has image attributes (u'a', u'neu'), but there's no image tag associated with the speaking character.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/book.rpy", line 1148, in script
a a neu "Hey...handsome..."
File "I:\temp\temp\PowerVacuum-.7_Official-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "I:\temp\temp\PowerVacuum-.7_Official-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "I:\temp\temp\PowerVacuum-.7_Official-pc\renpy\character.py", line 1073, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
File "I:\temp\temp\PowerVacuum-.7_Official-pc\renpy\character.py", line 942, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
File "I:\temp\temp\PowerVacuum-.7_Official-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'a', u'neu'), but there's no image tag associated with the speaking character.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Power Vacuum .7_Official
Tue Jan 05 02:01:53 2021
```