But it's not working at all.
I've already defined the character:
define jo = Character ("John")
And added this:
init:
image side jo = "joavatar.png"
$ jo = Character("jo", color="#6495ed", show_side_image=Image("joavatar.png", xalign=0.0, yalign=1.0))
The error says:
While running game code:
File "game/script.rpy", line 233, in script
john joavatar "Me? Not really!"
Exception: Say has image attributes (u'joavatar',), but there's no image tag associated with the speaking character.
What I am doing wrong?
Thanks in advance
