Hey guys, I decided to go back, after I reached Sarven Dessert and complete more of the Kithgard Dungeon levels. I am stuck on something that is really confusing. On the hints section, it says that you can basically I think name the phrase, then do:
hero.say(password)
Which is supposed to contain the variable in it. That worked on the second to last password, but on the last one it failed. I am not sure why. Please anyone if my theory was wrong. Here is my code:
password = 'Secret Message'
hero.moveUp()
hero.moveRight()
hero.say(password)
password = 'So Many Doors'
hero.moveRight()
phrase = 'To Many Doors'
hero.say(password)
phrase = 'Last Door'
hero.moveRight()
hero.say(password)