In some of the code above, your Character definitions were lacking the “image” attribute that would link the Character object to the image tag.
Code: Select all
joseph = Character(“Joseph”, image=“joseph”)
The variable name being the same as the image tag isn’t enough.