Problem jest taki że przy 3 przeciwniku trzeba się przemieścić bo inaczej nie wyszukuje go, i trzeba aktywować potem ducha

 

// Twój bohater nie zna imion wrogów!
// Okulary dają ci zdolność findNearestEnemy.

// Assign the result of hero.findNearestEnemy() to the variable enemy1:
var enemy1 = hero.findNearestEnemy();
// enemy1 now refers to the nearest enemy. Use the variable to attack!
hero.attack(enemy1);
hero.attack(enemy1);


// Now that enemy1 is defeated, calling hero.findNearestEnemy() again will result in finding the new nearest enemy.
var enemy2 = hero.findNearestEnemy();
hero.attack(enemy2);
hero.attack(enemy2);

// Assign the result of hero.findNearestEnemy() to the variable enemy3:
hero.moveRight();
var enemy3 = hero.findNearestEnemy();
// Now attack using the enemy3 variable:
hero.attack(enemy3);
hero.attack(enemy3);
hero.moveRight(2);

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

   
   

 

 


 

Projektuję strony www Lublin na Joomla i WordPress