I need supprt with "Sleeping on the job" Kithgard Dungeon

Hi,
I try to solve the “Sleeping on the job” in the Kithgard Dungeon with Python.
My code is:

hero.moveUp()
hero.moveRight()
hero.attack("Bas")
hero.attack("Bas")
hero.attack("Vera")
hero.attack("Vera")
hero.moveRight()

but the hero doesn’t move right in the end.
regards
Felix

Please learn to post your code correctly. The way it is now, we can’t see the structure. Help us help you. It’s very easy to do and just takes a tiny bit of effort. Please read this topic and format your code again correctly

I solved the problem myself. Thanks for your attentions.

How did you solve it? I have the same problem. My character doesn’t move right at the end.

Welcome to the forum @Prince-E :partying_face: This is a friendly place where you can ask help on levels, report bugs, or just chat with other coders! Don’t forget to read the guidelines if you haven’t yet. Have a great time!

Can you please post your code?

hero.moveUp()
hero.moveRight()
hero.attack("Bas")
hero.attack("Bas")
hero.attack("Vera")
hero.attack("Vera")
hero.moveRight()

reformatted code

you need to move right a second time.

hero.moveRight(2)

This was 3 years ago…

oh, I misread the date…