Używamy zielonej flagi tylko bo zablokuje grę

// Be the first to 100 gold!
// If you are defeated, you will respawn at 67% gold.

while(true) {
    //  Find coins and/or attack the enemy.
    // Use flags and your special moves to win!
    var coin = hero.findNearestItem();
    var enemy = hero.findNearestEnemy();
    var flag = hero.findFlag("green");


    if (flag) {
        hero.moveXY(flag.pos.x, flag.pos.y);
        hero.pickUpFlag(flag);
    }
    if (enemy){
        hero.attack(enemy);
    }
    if (coin) {
            hero.moveXY(coin.pos.x, coin.pos.y);
        }  
    }
   
   

 

 


 

Projektuję strony www Lublin na Joomla i WordPress