Code: Show/Hide parse = flaglist->head; while (parse) { Flag *f = parse->item; sendPublic("Flag #"+String(f->ident)+"; X: "+String(f->x)+", Y:"+String(f->y)+", Owned by team: "+String(f->team)); parse = parse->next; } |
| Quan Chi2 wrote: |
| I don't get it... |
| Quote: |
| You can have the bot move to specific coordinates by doing me->move(x*16, y*16); , but make sure you make use of tell(makeFlying(true)) and tell(makeSendPosition(true)) and tell(makeShip(SHIP_Warbird)) - else it won't work. |