// Collect all the coins in each meadow.
// Use flags to move between meadows.
// Press Submit when you are ready to place flags.
while(true) {
var flag = hero.findFlag();
if (flag) {
// Podnieś flagę.
hero.pickUpFlag(flag);
} else {
// Automatycznie idź do najbliższego przedmiotu którego widzisz.
var item = hero.findNearestItem();
if (item) {
var position = item.pos;
var x = position.x;
var y = position.y;
hero.moveXY(x, y);
}
}
}
Projektuję strony www Lublin na Joomla i WordPress