Hey Thudo I can't figure out why the ai will never build more then 1 listening post addon. This is an issue with all races. Here's an example of my code.
-- Allround strategy
{
{ 1, 0, 0, 0, 1, "Rush", "Prepare" },
{ 1, 5, 0, 0, 4, "Unit", "eldar_squad_bonesinger" },
{ 1, 160, 0, 0, 4, "Unit", "eldar_guardian_squad" },
{ 1, 280, 0, 0, 4, "Unit", "eldar_squad_striking_scorpions" },
{ 1, 560, 200, 0, 1, "Building", "eldar_hq" },
{ 1, 100, 0, 0, 1, "Building", "eldar_aspect_portal" },
{ 1, 330, 0, 0, 1, "Building", "eldar_warp_generator" }, -- 1 generator
{ 1, 100, 0, 0, 4, "TurretAddon", "eldar_list_post_addon_1" },
{ 1, 80, 0, 0, 3, "Building", "eldar_support_platform_scatterlaser" },
{ 1, 200, 0, 0, 1, "Building", "eldar_soul_shrine" },
{ 2, 0, 0, 0, 1, "Rush", "Prepare" },
{ 2, 280, 0, 0, 2, "Unit", "eldar_squad_dark_reapers" },
{ 2, 200, 140, 0, 1, "Building", "eldar_support_portal" },
{ 2, 330, 0, 0, 1, "Building", "eldar_warp_generator" }, -- 1 generator
{ 2, 0, 0, 0, 1, "Research", "eldar_tier2_research" },
{ 2, 100, 0, 0, 10, "TurretAddon", "eldar_list_post_addon_1" },
{ 2, 100, 0, 0, 3, "Building", "eldar_webway_gate" },
{ 3, 0, 0, 0, 1, "Rush", "Prepare" },
{ 3, 280, 0, 0, 2, "Unit", "eldar_squad_dark_reapers" },
{ 3, 0, 0, 0, 1, "Research", "eldar_annihilate_the_enemy" },
{ 3, 100, 0, 0, 10, "TurretAddon", "eldar_list_post_addon_1" },
{ 4, 0, 0, 0, 1, "Rush", "Prepare" },
{ 4, 280, 0, 0, 4, "Unit", "eldar_squad_dark_reapers" },
{ 4, 0, 0, 1500, 0, "Rush", "Unleash" },
{ 4, 80, 0, 0, 6, "Building", "eldar_support_platform_scatterlaser" },
{ 4, 50, 0, 0, 4, "TurretAddon", "eldar_support_platform_addon" },
{ 4, 330, 0, 0, 3, "Building", "eldar_warp_generator" }, -- 3 generators
{ 4, 100, 0, 0, 10, "TurretAddon", "eldar_list_post_addon_1" }
}