local alltiles = AIMap.GetMapSize(); for (local type = 0; type <= 8; type++) { for (local tile = 0; tile < alltiles; tile++) { AIAirport.GetNearestTown(tile, type); } } AIController.Break("Iterated all types and tiles");