[RESOLVED] Need help level 12 stage 27 first map

Hello , I am having trouble in level 12 and stage 27 in the first map . It is very hard , i just cant get passed it . I have a question , do we attack or no , it’s just so confusing . Thank you :smiley:

Hi, please post your code (formatted, here’s a topic explaining how to do that:
[Essentials] How To Post/Format Your Code Correctly) and the name of the level.
Thanks

Thank you, I am student and I am learning. I have solved this, will ask if I am stuck in future.

Thank you
Shayaan

Hi,I need help in KithGard Dungeon 39/45 . It is very confusing. I’ll paste the code.

Change the names of variables to make gems appear!

Change the name of variable “enemy1” to “gemDude1”.

enemy1 = hero.findNearestEnemy()
hero.attack(enemy1)
hero.attack(enemy1)

Change the name of variable “enemy2” to “gemDude2”.

enemy2 = hero.findNearestEnemy()
hero.attack(enemy2)
hero.attack(enemy2)

Collect the gems after changing the variables.

hero.moveUp()
pet.fetch(“gemDude1”)

I tried doing it in many ways.

Thank you!

Hi, if you need help with a different level from the one you mentioned in the title please make a new topic and post your code there (formatted:

Thanks
Danny