# Set Player Color

Grammar — Set player player color to color (changeUnits the color of existing units)
FlagsNative | Action

Sets the player color for the player.

# Arguments

  • int — Player
  • int<playercolor> — Color
  • bool<preset::ChangeRetainOption> — Change/Retain

Returns — void

native void PlayerSetColorIndex(
	int inPlayer,
	int inIndex,
	bool inChangeUnits,
);

Category: Player / Player Settings

# Examples

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:722

    else {
    }
    PlayerSetColorIndex(gv_p2_ENEMY, 2, true);
    gf_InitBackground(1, 2, 3, 4, 5);
    GameSetBackground(c_backgroundFixed, "SS_BackgroundSpaceProtossLarge", 100.0);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:864

    else {
    }
    PlayerSetColorIndex(gv_p2_ENEMY, 1, true);
    gf_InitBackground(6, 7, 8, 0, 0);
    GameSetBackground(c_backgroundFixed, "SS_BackgroundSpaceZergLarge", 100.0);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:1191

    else {
    }
    PlayerSetColorIndex(gv_p2_ENEMY, 1, true);
    gf_InitBackground(9, 10, 11, 0, 0);
    GameSetBackground(c_backgroundFixed, "SS_BackgroundSpaceTerranLarge", 100.0);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:940

    }

    PlayerSetColorIndex(gv_p02_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:941


    PlayerSetColorIndex(gv_p02_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:942

    PlayerSetColorIndex(gv_p02_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:943

    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:944

    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);
    PlayerSetColorIndex(gv_p08_ZERG_SOUTH, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:945

    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);
    PlayerSetColorIndex(gv_p08_ZERG_SOUTH, 4, true);
    libNtve_gf_SetAlliance(gv_p01_USER, gv_p02_ZERG_EAST, libNtve_ge_AllianceSetting_Enemy);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:946

    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);
    PlayerSetColorIndex(gv_p08_ZERG_SOUTH, 4, true);
    libNtve_gf_SetAlliance(gv_p01_USER, gv_p02_ZERG_EAST, libNtve_ge_AllianceSetting_Enemy);
    libNtve_gf_SetAlliance(gv_p01_USER, gv_p03_VIROPHAGE, libNtve_ge_AllianceSetting_Enemy);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner01.sc2map/MapScript.galaxy:692

    PlayerGroupAdd(gv_dominionPlayerGroup, gv_pLAYER_03_DOMINION);
    PlayerGroupAdd(gv_dominionPlayerGroup, gv_pLAYER_04_DOMINION);
    PlayerSetColorIndex(gv_pLAYER_02_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner01.sc2map/MapScript.galaxy:693

    PlayerGroupAdd(gv_dominionPlayerGroup, gv_pLAYER_04_DOMINION);
    PlayerSetColorIndex(gv_pLAYER_02_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_06_TRAIN, 1, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner01.sc2map/MapScript.galaxy:694

    PlayerSetColorIndex(gv_pLAYER_02_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_06_TRAIN, 1, true);
    PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropMinerals, c_playerPropOperSetTo, 200);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner01.sc2map/MapScript.galaxy:695

    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_06_TRAIN, 1, true);
    PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropMinerals, c_playerPropOperSetTo, 200);
    PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropVespene, c_playerPropOperSetTo, 200);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner03.sc2map/MapScript.galaxy:395

    auto317FADF5_var = 3;
    for ( ; auto317FADF5_var <= auto317FADF5_ae; auto317FADF5_var += 1 ) {
        PlayerSetColorIndex(auto317FADF5_var, 1, true);
        PlayerModifyPropertyInt(auto317FADF5_var, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
        PlayerModifyPropertyInt(auto317FADF5_var, c_playerPropVespene, c_playerPropOperSetTo, 5000);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:858

    PlayerModifyPropertyInt(gv_p07_HORNERBASE, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p07_HORNERBASE, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p03_DOMINION_SIEGE, 1, true);
    PlayerSetColorIndex(gv_p04_DOMINION_AIR, 1, true);
    PlayerSetColorIndex(gv_p05_DOMINION_RAIDER, 1, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:859

    PlayerModifyPropertyInt(gv_p07_HORNERBASE, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p03_DOMINION_SIEGE, 1, true);
    PlayerSetColorIndex(gv_p04_DOMINION_AIR, 1, true);
    PlayerSetColorIndex(gv_p05_DOMINION_RAIDER, 1, true);
    PlayerSetState(gv_p06_CIVILIANS, c_playerStateShowScore, false);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:860

    PlayerSetColorIndex(gv_p03_DOMINION_SIEGE, 1, true);
    PlayerSetColorIndex(gv_p04_DOMINION_AIR, 1, true);
    PlayerSetColorIndex(gv_p05_DOMINION_RAIDER, 1, true);
    PlayerSetState(gv_p06_CIVILIANS, c_playerStateShowScore, false);
    PlayerSetState(gv_p07_HORNERBASE, c_playerStateShowScore, false);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:592

    PlayerModifyPropertyInt(gv_pLAYER05_ZERG_NOAI, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_pLAYER05_ZERG_NOAI, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER03_ZERG, 4, true);
    PlayerSetColorIndex(gv_pLAYER04_ZERG, 4, true);
    PlayerSetState(gv_pLAYER05_ZERG_NOAI, c_playerStateDisplayInLeaderPanel, false);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:593

    PlayerModifyPropertyInt(gv_pLAYER05_ZERG_NOAI, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER03_ZERG, 4, true);
    PlayerSetColorIndex(gv_pLAYER04_ZERG, 4, true);
    PlayerSetState(gv_pLAYER05_ZERG_NOAI, c_playerStateDisplayInLeaderPanel, false);
    PlayerSetState(gv_pLAYER06_REBELS, c_playerStateDisplayInLeaderPanel, false);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh01.sc2map/MapScript.galaxy:359

    PlayerModifyPropertyInt(gv_p04_ZERG, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p05_TOSH, c_playerPropMinerals, c_playerPropOperSetTo, 200);
    PlayerSetColorIndex(gv_p04_ZERG, 4, true);
    return true;
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh02.sc2map/MapScript.galaxy:725

        autoA366C10A_var = PlayerGroupNextPlayer(autoA366C10A_g, autoA366C10A_var);
        if (autoA366C10A_var < 0) { break; }
        PlayerSetColorIndex(autoA366C10A_var, 3, true);
    }
    PlayerModifyPropertyInt(gv_p1_USER, c_playerPropMinerals, c_playerPropOperSetTo, 300);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:626

    PlayerModifyPropertyInt(gv_p9_ALLIED_GREEN, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p9_ALLIED_GREEN, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p4_DOMINION_PURPLE, 1, true);
    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:627

    PlayerModifyPropertyInt(gv_p9_ALLIED_GREEN, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p4_DOMINION_PURPLE, 1, true);
    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:628

    PlayerSetColorIndex(gv_p4_DOMINION_PURPLE, 1, true);
    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:629

    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:630

    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);
    PlayerSetColorIndex(gv_p12_ALLIED_CELLBLOCK_B, 3, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:631

    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);
    PlayerSetColorIndex(gv_p12_ALLIED_CELLBLOCK_B, 3, true);
    PlayerSetState(gv_p4_DOMINION_PURPLE, c_playerStateShowScore, false);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:632

    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);
    PlayerSetColorIndex(gv_p12_ALLIED_CELLBLOCK_B, 3, true);
    PlayerSetState(gv_p4_DOMINION_PURPLE, c_playerStateShowScore, false);
    PlayerSetState(gv_p5_DOMINION_GREY, c_playerStateShowScore, false);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus02.sc2map/MapScript.galaxy:461

        if (auto09E5D80C_var < 0) { break; }
        libNtve_gf_SetAlliance(gv_p8_ANCIENT_TEMPLE, auto09E5D80C_var, libNtve_ge_AllianceSetting_Neutral);
        PlayerSetColorIndex(auto09E5D80C_var, 3, true);
    }
    PlayerModifyPropertyInt(gv_p1_USER, c_playerPropMinerals, c_playerPropOperSetTo, 500);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus03.sc2map/MapScript.galaxy:580

    PlayerModifyPropertyInt(gv_p05_ZERG_BASE, c_playerPropMinerals, c_playerPropOperSetTo, 10000);
    PlayerModifyPropertyInt(gv_p05_ZERG_BASE, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p02_ZERG, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_BASE, 4, true);
    PlayerSetColorIndex(gv_p07_ZERG_KERRIGAN, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus03.sc2map/MapScript.galaxy:581

    PlayerModifyPropertyInt(gv_p05_ZERG_BASE, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p02_ZERG, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_BASE, 4, true);
    PlayerSetColorIndex(gv_p07_ZERG_KERRIGAN, 4, true);
    return true;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus03.sc2map/MapScript.galaxy:582

    PlayerSetColorIndex(gv_p02_ZERG, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_BASE, 4, true);
    PlayerSetColorIndex(gv_p07_ZERG_KERRIGAN, 4, true);
    return true;
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus04.sc2map/MapScript.galaxy:333

    PlayerModifyPropertyInt(gv_pLAYER04_PROTOSS, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_pLAYER04_PROTOSS, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER02_PROTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER03_PROTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER04_PROTOSS, 3, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus04.sc2map/MapScript.galaxy:334

    PlayerModifyPropertyInt(gv_pLAYER04_PROTOSS, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER02_PROTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER03_PROTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER04_PROTOSS, 3, true);
    return true;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus04.sc2map/MapScript.galaxy:335

    PlayerSetColorIndex(gv_pLAYER02_PROTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER03_PROTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER04_PROTOSS, 3, true);
    return true;
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus05.sc2map/MapScript.galaxy:441

    PlayerModifyPropertyInt(gv_pLAYER_04_DarkTOSS, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_pLAYER_04_DarkTOSS, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER_02_ScriptedTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_03_HighTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_04_DarkTOSS, 3, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus05.sc2map/MapScript.galaxy:442

    PlayerModifyPropertyInt(gv_pLAYER_04_DarkTOSS, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER_02_ScriptedTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_03_HighTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_04_DarkTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_05_WORLDSHIP, 1, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus05.sc2map/MapScript.galaxy:443

    PlayerSetColorIndex(gv_pLAYER_02_ScriptedTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_03_HighTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_04_DarkTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_05_WORLDSHIP, 1, true);
    return true;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttychus05.sc2map/MapScript.galaxy:444

    PlayerSetColorIndex(gv_pLAYER_03_HighTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_04_DarkTOSS, 3, true);
    PlayerSetColorIndex(gv_pLAYER_05_WORLDSHIP, 1, true);
    return true;
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:914

    PlayerSetState(gv_p11_ZERG_YELLOWSPORECANNON, c_playerStateShowScore, false);
    UIUnitColorStyleOverride(PlayerGroupAll(), c_unitColorStyleNormal);
    PlayerSetColorIndex(gv_p02_ZERG_PURPLE_NE, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_ORANGE_NW, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_GREEN_SW, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:915

    UIUnitColorStyleOverride(PlayerGroupAll(), c_unitColorStyleNormal);
    PlayerSetColorIndex(gv_p02_ZERG_PURPLE_NE, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_ORANGE_NW, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_GREEN_SW, 4, true);
    PlayerSetColorIndex(gv_p07_ZERG_PINK, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:916

    PlayerSetColorIndex(gv_p02_ZERG_PURPLE_NE, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_ORANGE_NW, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_GREEN_SW, 4, true);
    PlayerSetColorIndex(gv_p07_ZERG_PINK, 4, true);
    PlayerSetColorIndex(gv_p10_ZERG_WHITEHIVE, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:917

    PlayerSetColorIndex(gv_p05_ZERG_ORANGE_NW, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_GREEN_SW, 4, true);
    PlayerSetColorIndex(gv_p07_ZERG_PINK, 4, true);
    PlayerSetColorIndex(gv_p10_ZERG_WHITEHIVE, 4, true);
    PlayerSetColorIndex(gv_p11_ZERG_YELLOWSPORECANNON, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:918

    PlayerSetColorIndex(gv_p06_ZERG_GREEN_SW, 4, true);
    PlayerSetColorIndex(gv_p07_ZERG_PINK, 4, true);
    PlayerSetColorIndex(gv_p10_ZERG_WHITEHIVE, 4, true);
    PlayerSetColorIndex(gv_p11_ZERG_YELLOWSPORECANNON, 4, true);
    return true;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:919

    PlayerSetColorIndex(gv_p07_ZERG_PINK, 4, true);
    PlayerSetColorIndex(gv_p10_ZERG_WHITEHIVE, 4, true);
    PlayerSetColorIndex(gv_p11_ZERG_YELLOWSPORECANNON, 4, true);
    return true;
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:6577

    }

    PlayerSetColorIndex(gv_p01_USER, 1, true);
    TechTreeUpgradeAddLevel(gv_p02_ZERG_PURPLE_NE, "hydraliskspeed", 1);
    TechTreeUpgradeAddLevel(gv_p02_ZERG_PURPLE_NE, "zerglingmovementspeed", 1);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02a.sc2map/MapScript.galaxy:750

    UISetFrameVisible(PlayerGroupAll(), c_syncFrameTypeResourcePanel, false);
    UISetFrameVisible(PlayerGroupAll(), c_syncFrameTypeSupply, false);
    PlayerSetColorIndex(gv_p2_ZERG, 4, true);
    PlayerSetColorIndex(gv_p5_EGGS, 4, true);
    PlayerGroupAdd(gv_zergPlayers, gv_p2_ZERG);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02a.sc2map/MapScript.galaxy:751

    UISetFrameVisible(PlayerGroupAll(), c_syncFrameTypeSupply, false);
    PlayerSetColorIndex(gv_p2_ZERG, 4, true);
    PlayerSetColorIndex(gv_p5_EGGS, 4, true);
    PlayerGroupAdd(gv_zergPlayers, gv_p2_ZERG);
    PlayerGroupAdd(gv_zergPlayers, gv_p5_EGGS);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:682

    PlayerModifyPropertyInt(gv_pLAYER_P07_ZERG_EXP, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_pLAYER_P08_MUTALISK_TOWERS, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER_P03_ZERG_BR, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P04_ZERG_BL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P05_ZERG_TL, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:683

    PlayerModifyPropertyInt(gv_pLAYER_P08_MUTALISK_TOWERS, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER_P03_ZERG_BR, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P04_ZERG_BL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P05_ZERG_TL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P06_ZERG_TR, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:684

    PlayerSetColorIndex(gv_pLAYER_P03_ZERG_BR, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P04_ZERG_BL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P05_ZERG_TL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P06_ZERG_TR, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P07_ZERG_EXP, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:685

    PlayerSetColorIndex(gv_pLAYER_P04_ZERG_BL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P05_ZERG_TL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P06_ZERG_TR, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P07_ZERG_EXP, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P08_MUTALISK_TOWERS, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:686

    PlayerSetColorIndex(gv_pLAYER_P05_ZERG_TL, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P06_ZERG_TR, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P07_ZERG_EXP, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P08_MUTALISK_TOWERS, 4, true);
    PlayerGroupAdd(gv_zergPlayers, gv_pLAYER_P03_ZERG_BR);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:687

    PlayerSetColorIndex(gv_pLAYER_P06_ZERG_TR, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P07_ZERG_EXP, 4, true);
    PlayerSetColorIndex(gv_pLAYER_P08_MUTALISK_TOWERS, 4, true);
    PlayerGroupAdd(gv_zergPlayers, gv_pLAYER_P03_ZERG_BR);
    PlayerGroupAdd(gv_zergPlayers, gv_pLAYER_P04_ZERG_BL);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:789

    PlayerModifyPropertyInt(gv_pLAYER_ZERG_SOUTH, c_playerPropSuppliesLimit, c_playerPropOperSetTo, 400);
    PlayerModifyPropertyInt(gv_pLAYER_ZERG_EAST, c_playerPropSuppliesLimit, c_playerPropOperSetTo, 400);
    PlayerSetColorIndex(gv_pLAYER_ZERG_SOUTH, 4, true);
    PlayerSetColorIndex(gv_pLAYER_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_pLAYER_ZERG_SPECIAL, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:790

    PlayerModifyPropertyInt(gv_pLAYER_ZERG_EAST, c_playerPropSuppliesLimit, c_playerPropOperSetTo, 400);
    PlayerSetColorIndex(gv_pLAYER_ZERG_SOUTH, 4, true);
    PlayerSetColorIndex(gv_pLAYER_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_pLAYER_ZERG_SPECIAL, 4, true);
    gv_specialUnitColor = 6;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:791

    PlayerSetColorIndex(gv_pLAYER_ZERG_SOUTH, 4, true);
    PlayerSetColorIndex(gv_pLAYER_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_pLAYER_ZERG_SPECIAL, 4, true);
    gv_specialUnitColor = 6;
    PlayerSetState(gv_pLAYER_ZERG_SPECIAL, c_playerStateShowScore, false);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:582

    libNtve_gf_SetAlliance(gv_p3_ZERG, gv_p5_XELNAGASHRINES, libNtve_ge_AllianceSetting_Neutral);
    libNtve_gf_SetAlliance(gv_p4_RUNOUT_ZERG, gv_p5_XELNAGASHRINES, libNtve_ge_AllianceSetting_Neutral);
    PlayerSetColorIndex(gv_p4_RUNOUT_ZERG, 4, true);
    PlayerModifyPropertyInt(gv_p3_ZERG, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p3_ZERG, c_playerPropVespene, c_playerPropOperSetTo, 5000);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul02.sc2map/MapScript.galaxy:590

    PlayerSetState(gv_p7_NEUTRAL, c_playerStateShowScore, false);
    PlayerSetState(gv_p8_PRISON_STRUCTURE, c_playerStateShowScore, false);
    PlayerSetColorIndex(gv_p2_PROTOSS_STALKER, 7, true);
    PlayerSetColorIndex(gv_p3_PROTOSS_ENEMY, 7, true);
    PlayerSetColorIndex(gv_p4_PROTOSS_ENEMY, 7, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul02.sc2map/MapScript.galaxy:591

    PlayerSetState(gv_p8_PRISON_STRUCTURE, c_playerStateShowScore, false);
    PlayerSetColorIndex(gv_p2_PROTOSS_STALKER, 7, true);
    PlayerSetColorIndex(gv_p3_PROTOSS_ENEMY, 7, true);
    PlayerSetColorIndex(gv_p4_PROTOSS_ENEMY, 7, true);
    PlayerSetColorIndex(gv_p6_PROTOSS_ENEMY, 7, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul02.sc2map/MapScript.galaxy:592

    PlayerSetColorIndex(gv_p2_PROTOSS_STALKER, 7, true);
    PlayerSetColorIndex(gv_p3_PROTOSS_ENEMY, 7, true);
    PlayerSetColorIndex(gv_p4_PROTOSS_ENEMY, 7, true);
    PlayerSetColorIndex(gv_p6_PROTOSS_ENEMY, 7, true);
    return true;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul02.sc2map/MapScript.galaxy:593

    PlayerSetColorIndex(gv_p3_PROTOSS_ENEMY, 7, true);
    PlayerSetColorIndex(gv_p4_PROTOSS_ENEMY, 7, true);
    PlayerSetColorIndex(gv_p6_PROTOSS_ENEMY, 7, true);
    return true;
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:432

    PlayerModifyPropertyInt(gv_p05_ZERG_LOW_GROUND_NOAI, c_playerPropMinerals, c_playerPropOperSetTo, 666);
    PlayerModifyPropertyInt(gv_p05_ZERG_LOW_GROUND_NOAI, c_playerPropVespene, c_playerPropOperSetTo, 666);
    PlayerSetColorIndex(gv_p03_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_LOW_GROUND_NOAI, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:433

    PlayerModifyPropertyInt(gv_p05_ZERG_LOW_GROUND_NOAI, c_playerPropVespene, c_playerPropOperSetTo, 666);
    PlayerSetColorIndex(gv_p03_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_LOW_GROUND_NOAI, 4, true);
    return true;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:434

    PlayerSetColorIndex(gv_p03_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_LOW_GROUND_NOAI, 4, true);
    return true;
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:446

    PlayerModifyPropertyInt(gv_p07_FRENZIED_ZERG, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p07_FRENZIED_ZERG, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p04_ZERG_NW, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_NE, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_SE, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:447

    PlayerModifyPropertyInt(gv_p07_FRENZIED_ZERG, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p04_ZERG_NW, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_NE, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_SE, 4, true);
    PlayerSetColorIndex(gv_p07_FRENZIED_ZERG, 4, true);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:448

    PlayerSetColorIndex(gv_p04_ZERG_NW, 4, true);
    PlayerSetColorIndex(gv_p05_ZERG_NE, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_SE, 4, true);
    PlayerSetColorIndex(gv_p07_FRENZIED_ZERG, 4, true);
    return true;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:449

    PlayerSetColorIndex(gv_p05_ZERG_NE, 4, true);
    PlayerSetColorIndex(gv_p06_ZERG_SE, 4, true);
    PlayerSetColorIndex(gv_p07_FRENZIED_ZERG, 4, true);
    return true;
}

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2mapMapScript.galaxy:722

    else {
    }
    PlayerSetColorIndex(gv_p2_ENEMY, 2, true);
    gf_InitBackground(1, 2, 3, 4, 5);
    GameSetBackground(c_backgroundFixed, "SS_BackgroundSpaceProtossLarge", 100.0);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2mapMapScript.galaxy:864

    else {
    }
    PlayerSetColorIndex(gv_p2_ENEMY, 1, true);
    gf_InitBackground(6, 7, 8, 0, 0);
    GameSetBackground(c_backgroundFixed, "SS_BackgroundSpaceZergLarge", 100.0);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2mapMapScript.galaxy:1191

    else {
    }
    PlayerSetColorIndex(gv_p2_ENEMY, 1, true);
    gf_InitBackground(9, 10, 11, 0, 0);
    GameSetBackground(c_backgroundFixed, "SS_BackgroundSpaceTerranLarge", 100.0);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2mapMapScript.galaxy:940

    }

    PlayerSetColorIndex(gv_p02_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2mapMapScript.galaxy:941


    PlayerSetColorIndex(gv_p02_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2mapMapScript.galaxy:942

    PlayerSetColorIndex(gv_p02_ZERG_EAST, 4, true);
    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2mapMapScript.galaxy:943

    PlayerSetColorIndex(gv_p03_VIROPHAGE, 4, true);
    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2mapMapScript.galaxy:944

    PlayerSetColorIndex(gv_p04_ZERG_NORTH, 4, true);
    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);
    PlayerSetColorIndex(gv_p08_ZERG_SOUTH, 4, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2mapMapScript.galaxy:945

    PlayerSetColorIndex(gv_p05_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);
    PlayerSetColorIndex(gv_p08_ZERG_SOUTH, 4, true);
    libNtve_gf_SetAlliance(gv_p01_USER, gv_p02_ZERG_EAST, libNtve_ge_AllianceSetting_Enemy);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2mapMapScript.galaxy:946

    PlayerSetColorIndex(gv_p06_COLONIST, 0, true);
    PlayerSetColorIndex(gv_p07_ZERG_INFESTED, 4, true);
    PlayerSetColorIndex(gv_p08_ZERG_SOUTH, 4, true);
    libNtve_gf_SetAlliance(gv_p01_USER, gv_p02_ZERG_EAST, libNtve_ge_AllianceSetting_Enemy);
    libNtve_gf_SetAlliance(gv_p01_USER, gv_p03_VIROPHAGE, libNtve_ge_AllianceSetting_Enemy);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner01.sc2mapMapScript.galaxy:692

    PlayerGroupAdd(gv_dominionPlayerGroup, gv_pLAYER_03_DOMINION);
    PlayerGroupAdd(gv_dominionPlayerGroup, gv_pLAYER_04_DOMINION);
    PlayerSetColorIndex(gv_pLAYER_02_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner01.sc2mapMapScript.galaxy:693

    PlayerGroupAdd(gv_dominionPlayerGroup, gv_pLAYER_04_DOMINION);
    PlayerSetColorIndex(gv_pLAYER_02_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_06_TRAIN, 1, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner01.sc2mapMapScript.galaxy:694

    PlayerSetColorIndex(gv_pLAYER_02_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_06_TRAIN, 1, true);
    PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropMinerals, c_playerPropOperSetTo, 200);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner01.sc2mapMapScript.galaxy:695

    PlayerSetColorIndex(gv_pLAYER_03_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_04_DOMINION, 1, true);
    PlayerSetColorIndex(gv_pLAYER_06_TRAIN, 1, true);
    PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropMinerals, c_playerPropOperSetTo, 200);
    PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropVespene, c_playerPropOperSetTo, 200);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner03.sc2mapMapScript.galaxy:395

    auto317FADF5_var = 3;
    for ( ; auto317FADF5_var <= auto317FADF5_ae; auto317FADF5_var += 1 ) {
        PlayerSetColorIndex(auto317FADF5_var, 1, true);
        PlayerModifyPropertyInt(auto317FADF5_var, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
        PlayerModifyPropertyInt(auto317FADF5_var, c_playerPropVespene, c_playerPropOperSetTo, 5000);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2mapMapScript.galaxy:858

    PlayerModifyPropertyInt(gv_p07_HORNERBASE, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p07_HORNERBASE, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p03_DOMINION_SIEGE, 1, true);
    PlayerSetColorIndex(gv_p04_DOMINION_AIR, 1, true);
    PlayerSetColorIndex(gv_p05_DOMINION_RAIDER, 1, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2mapMapScript.galaxy:859

    PlayerModifyPropertyInt(gv_p07_HORNERBASE, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p03_DOMINION_SIEGE, 1, true);
    PlayerSetColorIndex(gv_p04_DOMINION_AIR, 1, true);
    PlayerSetColorIndex(gv_p05_DOMINION_RAIDER, 1, true);
    PlayerSetState(gv_p06_CIVILIANS, c_playerStateShowScore, false);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2mapMapScript.galaxy:860

    PlayerSetColorIndex(gv_p03_DOMINION_SIEGE, 1, true);
    PlayerSetColorIndex(gv_p04_DOMINION_AIR, 1, true);
    PlayerSetColorIndex(gv_p05_DOMINION_RAIDER, 1, true);
    PlayerSetState(gv_p06_CIVILIANS, c_playerStateShowScore, false);
    PlayerSetState(gv_p07_HORNERBASE, c_playerStateShowScore, false);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2mapMapScript.galaxy:592

    PlayerModifyPropertyInt(gv_pLAYER05_ZERG_NOAI, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_pLAYER05_ZERG_NOAI, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER03_ZERG, 4, true);
    PlayerSetColorIndex(gv_pLAYER04_ZERG, 4, true);
    PlayerSetState(gv_pLAYER05_ZERG_NOAI, c_playerStateDisplayInLeaderPanel, false);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2mapMapScript.galaxy:593

    PlayerModifyPropertyInt(gv_pLAYER05_ZERG_NOAI, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_pLAYER03_ZERG, 4, true);
    PlayerSetColorIndex(gv_pLAYER04_ZERG, 4, true);
    PlayerSetState(gv_pLAYER05_ZERG_NOAI, c_playerStateDisplayInLeaderPanel, false);
    PlayerSetState(gv_pLAYER06_REBELS, c_playerStateDisplayInLeaderPanel, false);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh01.sc2mapMapScript.galaxy:359

    PlayerModifyPropertyInt(gv_p04_ZERG, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p05_TOSH, c_playerPropMinerals, c_playerPropOperSetTo, 200);
    PlayerSetColorIndex(gv_p04_ZERG, 4, true);
    return true;
}

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh02.sc2mapMapScript.galaxy:725

        autoA366C10A_var = PlayerGroupNextPlayer(autoA366C10A_g, autoA366C10A_var);
        if (autoA366C10A_var < 0) { break; }
        PlayerSetColorIndex(autoA366C10A_var, 3, true);
    }
    PlayerModifyPropertyInt(gv_p1_USER, c_playerPropMinerals, c_playerPropOperSetTo, 300);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2mapMapScript.galaxy:626

    PlayerModifyPropertyInt(gv_p9_ALLIED_GREEN, c_playerPropMinerals, c_playerPropOperSetTo, 5000);
    PlayerModifyPropertyInt(gv_p9_ALLIED_GREEN, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p4_DOMINION_PURPLE, 1, true);
    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2mapMapScript.galaxy:627

    PlayerModifyPropertyInt(gv_p9_ALLIED_GREEN, c_playerPropVespene, c_playerPropOperSetTo, 5000);
    PlayerSetColorIndex(gv_p4_DOMINION_PURPLE, 1, true);
    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2mapMapScript.galaxy:628

    PlayerSetColorIndex(gv_p4_DOMINION_PURPLE, 1, true);
    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2mapMapScript.galaxy:629

    PlayerSetColorIndex(gv_p5_DOMINION_GREY, 1, true);
    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2mapMapScript.galaxy:630

    PlayerSetColorIndex(gv_p6_DOMINION_ORANGE, 1, true);
    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);
    PlayerSetColorIndex(gv_p12_ALLIED_CELLBLOCK_B, 3, true);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2mapMapScript.galaxy:631

    PlayerSetColorIndex(gv_p8_ALLIED_PINK, 3, true);
    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);
    PlayerSetColorIndex(gv_p12_ALLIED_CELLBLOCK_B, 3, true);
    PlayerSetState(gv_p4_DOMINION_PURPLE, c_playerStateShowScore, false);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2mapMapScript.galaxy:632

    PlayerSetColorIndex(gv_p9_ALLIED_GREEN, 3, true);
    PlayerSetColorIndex(gv_p11_ALLIED_CELLBLOCK_A, 3, true);
    PlayerSetColorIndex(gv_p12_ALLIED_CELLBLOCK_B, 3, true);
    PlayerSetState(gv_p4_DOMINION_PURPLE, c_playerStateShowScore, false);
    PlayerSetState(gv_p5_DOMINION_GREY, c_playerStateShowScore, false);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttychus02.sc2mapMapScript.galaxy:461

        if (auto09E5D80C_var < 0) { break; }
        libNtve_gf_SetAlliance(gv_p8_ANCIENT_TEMPLE, auto09E5D80C_var, libNtve_ge_AllianceSetting_Neutral);
        PlayerSetColorIndex(auto09E5D80C_var, 3, true);
    }
    PlayerModifyPropertyInt(gv_p1_USER, c_playerPropMinerals, c_playerPropOperSetTo, 500);