# If event.message is "Silver":
if event.message == "Silver":
# The pet should fetch the gold key.
pet.fetch(solverKey)
# The pet should fetch the silver key.
I put this code in and it works. I am not sure how. I said solverKey lol
You might want to fix this.