Level:The orc camp

How to go through this level?

Please some directions

if enemy and distanceTo(enemy):
self.cleave(enemy)
else:
self.attack(“Chest”)

You need “Long Sword” and “Sundial Wristwatch”.

To unlock the “Sundial Wristwatch” need to level 13, but my level is 11.
Can i do the previous levels to gain experience to upgrade?
And many thanks. ~_~

vishwathg is talking about the similar-looking Munchkin Swarm level. This one, you don’t need any gear. You just need to indent your self.attack(“Chest”) commands so that they are inside your else: statement, and also add a colon after else.

oh,yes!Thank you
As you say success