[SOLVED]Distracting dungeon help

Sorry, I can’t enter the level to test your code and find out what’s exactly going on.

1 Like

Oh ok (20 charsswsasda)

  1. Build a decoy
  2. Move yourself and your peasant upwards
  3. Attack until there are no enemies within your line of sight (this is very important)
  4. Move yourself and the peasant right-wards (funny way to say it xD)
1 Like

You also need to update the enemy variable after this line with enemy = hero.findNearestEnemy(), and

Should be while enemy.health > 0 because: # While the enemy's health is > 0:

1 Like

And if you have infinite lenses, equip them, otherwise use twilight & hero.isPathClear(hero.pos, enemy.pos)

1 Like

do i have to attack the brawlers?

Thank you so much! i finnaly complete the level :partying_face:

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.