# Modify Creep
Grammar — add|Add/Remove permanent|Normal/Permanent creep at position, with radius radius
Flags —Native
|Action
Add or remove creep around a point. This creep can be normal creep that will receed without a nearby generator, or permanent creep which will remain until removed with a trigger.
# Arguments
point
— Positionfixed
— Radiusbool
<preset::AddRemoveOption> — Addbool
<preset::CreepPermanentOption> — Permanent
Returns — void
native void CreepModify(
point inPos,
fixed inRadius,
bool inAdd,
bool inPermanent,
);
# Related
Category: Environment / Creep And Power
- Set Creep Speed —
void
— CreepSetSpeed - Modify Creep —
void
— CreepModify - Creep Is Present —
bool
— CreepIsPresent - Creep Adjacent —
int
— CreepAdjacent - FunctionDef/Name/lib_Ntve_00000250 —
int
— PowerLevel - Power Level —
int
— PowerLevel - FunctionDef/Name/lib_Ntve_00000251 —
bool
— PowerIsProvidedBy - Power Is Provided By —
bool
— PowerIsProvidedBy
# Examples
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thanson03b.sc2map/MapScript.galaxy:381
UnitRemove(gv_infestationVirophageUnit[lp_colonyIndex]);
gv_infestationVirophageUnit[lp_colonyIndex] = null;
CreepModify(RegionGetCenter(lp_area), 10.0, false, false);
autoED4A8D80_g = UnitGroup(null, gv_p07_ZERG_INFESTED, lp_area, UnitFilter(0, 0, (1 << c_targetFilterMissile), (1 << (c_targetFilterDead - 32)) | (1 << (c_targetFilterHidden - 32))), 0);
autoED4A8D80_u = UnitGroupCount(autoED4A8D80_g, c_unitCountAll);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:4686
}
libNtve_gf_PlayAnimationOnDoodadsInRegion(RegionEntireMap(), "RainEmitterMedium", c_animNameDefault, "Death", c_animFlagPlayForever, c_animTimeDefault);
CreepModify(PointFromId(261), 50.0, false, false);
GameTimeOfDaySet("18:00:00");
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:5134
}
CreepModify(PointFromId(511), 8.0, true, true);
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:5135
CreepModify(PointFromId(511), 8.0, true, true);
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:5136
CreepModify(PointFromId(511), 8.0, true, true);
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
CreepModify(PointFromId(701), 8.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:5137
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
CreepModify(PointFromId(701), 8.0, true, true);
libNtve_gf_CreateUnitsWithDefaultFacing(1, "SporeCrawler", 0, gv_pLAYER02_ZERG, PointFromId(772));
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:5138
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
CreepModify(PointFromId(701), 8.0, true, true);
libNtve_gf_CreateUnitsWithDefaultFacing(1, "SporeCrawler", 0, gv_pLAYER02_ZERG, PointFromId(772));
libNtve_gf_CreateUnitsWithDefaultFacing(1, "SporeCrawler", 0, gv_pLAYER02_ZERG, PointFromId(767));
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/ttychus01.sc2map/MapScript.galaxy:4702
libNtve_gf_ShowHideUnit(autoD08D7D1A_var, false);
}
CreepModify(PointFromId(1907), 32.0, false, false);
CreepModify(PointFromId(1907), 32.0, false, true);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/ttychus01.sc2map/MapScript.galaxy:4703
}
CreepModify(PointFromId(1907), 32.0, false, false);
CreepModify(PointFromId(1907), 32.0, false, true);
Wait(3.0, c_timeGame);
CinematicFade(true, 0.1, c_fadeStyleNormal, ColorWithAlpha(0.00, 0.00, 0.00, 0.00), 0.0, false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1105
FogSetDensity(0.2);
FogSetColor(Color(0,0,0));
CreepModify(PointFromId(8), 10.0, true, true);
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1106
FogSetColor(Color(0,0,0));
CreepModify(PointFromId(8), 10.0, true, true);
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1107
CreepModify(PointFromId(8), 10.0, true, true);
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1108
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1109
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1110
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1111
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1112
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
CreepModify(PointFromId(134), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1113
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
CreepModify(PointFromId(134), 10.0, true, true);
CreepModify(PointFromId(136), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian01.sc2map/MapScript.galaxy:1114
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
CreepModify(PointFromId(134), 10.0, true, true);
CreepModify(PointFromId(136), 10.0, true, true);
CreepModify(PointFromId(137), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:416
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleSmallBlocker")) {
RegionSetCenter(RegionFromId(18), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(18)), 2.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(18), false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:423
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleMediumBlocker")) {
RegionSetCenter(RegionFromId(19), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(19)), 3.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(19), false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:430
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleLargeBlocker")) {
RegionSetCenter(RegionFromId(17), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(17)), 4.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(17), false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:437
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleJumboBlocker")) {
RegionSetCenter(RegionFromId(20), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(20)), 8.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(20), false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:823
UnitRemove(auto10416F19_var);
}
CreepModify(PointFromId(1767), 10.0, true, true);
CreepModify(PointFromId(1870), 10.0, true, true);
CreepModify(PointFromId(1889), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:824
}
CreepModify(PointFromId(1767), 10.0, true, true);
CreepModify(PointFromId(1870), 10.0, true, true);
CreepModify(PointFromId(1889), 10.0, true, true);
CreepModify(PointFromId(1890), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:825
CreepModify(PointFromId(1767), 10.0, true, true);
CreepModify(PointFromId(1870), 10.0, true, true);
CreepModify(PointFromId(1889), 10.0, true, true);
CreepModify(PointFromId(1890), 10.0, true, true);
CreepModify(PointFromId(1891), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:826
CreepModify(PointFromId(1870), 10.0, true, true);
CreepModify(PointFromId(1889), 10.0, true, true);
CreepModify(PointFromId(1890), 10.0, true, true);
CreepModify(PointFromId(1891), 10.0, true, true);
CreepModify(PointFromId(1892), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:827
CreepModify(PointFromId(1889), 10.0, true, true);
CreepModify(PointFromId(1890), 10.0, true, true);
CreepModify(PointFromId(1891), 10.0, true, true);
CreepModify(PointFromId(1892), 10.0, true, true);
CreepModify(PointFromId(1893), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:828
CreepModify(PointFromId(1890), 10.0, true, true);
CreepModify(PointFromId(1891), 10.0, true, true);
CreepModify(PointFromId(1892), 10.0, true, true);
CreepModify(PointFromId(1893), 10.0, true, true);
CreepModify(PointFromId(1902), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:843
auto0098B004_var = UnitGroupUnitFromEnd(auto0098B004_g, auto0098B004_u);
if (auto0098B004_var == null) { break; }
CreepModify(UnitGetPosition(auto0098B004_var), 10.0, true, true);
UnitRemove(auto0098B004_var);
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:934
libNtve_gf_PreloadModelObject("ArtifactActivated", false);
libNtve_gf_PreloadModelObject("PowerOverwhelming", false);
CreepModify(PointFromId(215), 10.0, true, true);
CreepModify(PointFromId(216), 10.0, true, true);
CreepModify(PointFromId(217), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:935
libNtve_gf_PreloadModelObject("PowerOverwhelming", false);
CreepModify(PointFromId(215), 10.0, true, true);
CreepModify(PointFromId(216), 10.0, true, true);
CreepModify(PointFromId(217), 10.0, true, true);
CreepModify(PointFromId(349), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:936
CreepModify(PointFromId(215), 10.0, true, true);
CreepModify(PointFromId(216), 10.0, true, true);
CreepModify(PointFromId(217), 10.0, true, true);
CreepModify(PointFromId(349), 10.0, true, true);
CreepModify(PointFromId(350), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:937
CreepModify(PointFromId(216), 10.0, true, true);
CreepModify(PointFromId(217), 10.0, true, true);
CreepModify(PointFromId(349), 10.0, true, true);
CreepModify(PointFromId(350), 10.0, true, true);
CreepModify(PointFromId(351), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:938
CreepModify(PointFromId(217), 10.0, true, true);
CreepModify(PointFromId(349), 10.0, true, true);
CreepModify(PointFromId(350), 10.0, true, true);
CreepModify(PointFromId(351), 10.0, true, true);
CreepModify(PointFromId(352), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:939
CreepModify(PointFromId(349), 10.0, true, true);
CreepModify(PointFromId(350), 10.0, true, true);
CreepModify(PointFromId(351), 10.0, true, true);
CreepModify(PointFromId(352), 10.0, true, true);
CreepModify(PointFromId(353), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:940
CreepModify(PointFromId(350), 10.0, true, true);
CreepModify(PointFromId(351), 10.0, true, true);
CreepModify(PointFromId(352), 10.0, true, true);
CreepModify(PointFromId(353), 10.0, true, true);
CreepModify(PointFromId(355), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:941
CreepModify(PointFromId(351), 10.0, true, true);
CreepModify(PointFromId(352), 10.0, true, true);
CreepModify(PointFromId(353), 10.0, true, true);
CreepModify(PointFromId(355), 10.0, true, true);
CreepModify(PointFromId(358), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian03.sc2map/MapScript.galaxy:942
CreepModify(PointFromId(352), 10.0, true, true);
CreepModify(PointFromId(353), 10.0, true, true);
CreepModify(PointFromId(355), 10.0, true, true);
CreepModify(PointFromId(358), 10.0, true, true);
CreepModify(PointFromId(361), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:995
gv_runoutPingPoints[17] = PointFromId(600);
gv_runoutPingPoints[18] = PointFromId(622);
CreepModify(PointFromId(55), 10.0, true, true);
return true;
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:8892
TriggerEnable(gt_CrawlersDestroyedQ, false);
PingDestroy(gv_tHEONEPING);
CreepModify(PointFromId(1708), 15.0, false, false);
UnitPauseAll(true);
gv_cinematicKarassMidHiddenUnitGroup = UnitGroup(null, gv_p1_USER, RegionEntireMap(), UnitFilter(0, 0, 0, 0), 0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:9341
UnitRemove(auto14AE8928_var);
}
CreepModify(PointFromId(1642), 15.0, false, false);
CreepModify(PointFromId(1643), 15.0, false, false);
CreepModify(PointFromId(1644), 15.0, false, false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:9342
}
CreepModify(PointFromId(1642), 15.0, false, false);
CreepModify(PointFromId(1643), 15.0, false, false);
CreepModify(PointFromId(1644), 15.0, false, false);
UnitGroupClear(lv_cleanupunitgroup);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:9343
CreepModify(PointFromId(1642), 15.0, false, false);
CreepModify(PointFromId(1643), 15.0, false, false);
CreepModify(PointFromId(1644), 15.0, false, false);
UnitGroupClear(lv_cleanupunitgroup);
libNtve_gf_AddUnitGroupToUnitGroup(UnitGroup(null, gv_p4_RUNOUT_ZERG, RegionEntireMap(), UnitFilter(0, 0, 0, (1 << (c_targetFilterHidden - 32))), 0), lv_cleanupunitgroup);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:4442
gv_briefingUltra3 = UnitLastCreated();
GameSetToDLighting("AiurFlashbackStart");
CreepModify(RegionGetCenter(RegionFromId(20)), 25.0, true, false);
libNtve_gf_PlayAnimationOnDoodadsInRegion(RegionEntireMap(), "RainEmitterMedium", c_animNameDefault, "Death", c_animFlagNonLooping, c_animTimeDefault);
libNtve_gf_CreateUnitsAtPoint2(1, "Overmind", c_unitCreateIgnorePlacement, gv_p02_ZERG_LOW_GROUND_AI, PointFromId(230));
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:4804
GameSetBackground(c_backgroundFixed, "AiurSkybox", 100.0);
CameraApplyInfo(gv_p01_USER, CameraInfoFromId(1533), 0.0, -1, 10, true);
CreepModify(UnitGetPosition(UnitFromId(912)), 8.0, true, false);
CreepModify(UnitGetPosition(UnitFromId(929)), 25.0, true, false);
CreepSetSpeed(c_creepSpeedDecay, 0.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:4805
CameraApplyInfo(gv_p01_USER, CameraInfoFromId(1533), 0.0, -1, 10, true);
CreepModify(UnitGetPosition(UnitFromId(912)), 8.0, true, false);
CreepModify(UnitGetPosition(UnitFromId(929)), 25.0, true, false);
CreepSetSpeed(c_creepSpeedDecay, 0.0);
CinematicFade(true, 3.0, c_fadeStyleNormal, ColorWithAlpha(0.00, 0.00, 0.00, 0.00), 0.0, false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:5244
GameSetBackground(c_backgroundFixed, "AiurSkybox", 100.0);
CreepModify(PointFromId(230), 25.0, true, false);
CreepModify(PointFromId(230), 5.0, false, false);
GameSetToDLighting("AiurFlashback");
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:5245
GameSetBackground(c_backgroundFixed, "AiurSkybox", 100.0);
CreepModify(PointFromId(230), 25.0, true, false);
CreepModify(PointFromId(230), 5.0, false, false);
GameSetToDLighting("AiurFlashback");
SoundtrackPlay(PlayerGroupAll(), c_soundtrackCategoryAmbience, "Ambience_Char", c_soundtrackCueAny, c_soundtrackIndexAny, false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul03.sc2map/MapScript.galaxy:5316
GameSetBackground(c_backgroundFixed, "AiurSkybox", 100.0);
CreepModify(RegionGetCenter(RegionFromId(20)), 25.0, true, false);
GameSetToDLighting("AiurFlashback");
CameraApplyInfo(gv_p01_USER, CameraInfoFromId(563), 0.0, -1, 10, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:561
GameTimeOfDaySet("08:00:00");
libNtve_gf_PlayAnimationOnDoodadsInRegion(RegionEntireMap(), "ProtossEnergyLine", c_animNameDefault, "Stand Work", c_animFlagPlayForever, c_animTimeDefault);
CreepModify(PointFromId(5), 10.0, true, true);
CreepModify(PointFromId(7), 10.0, true, true);
CreepModify(PointFromId(94), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:562
libNtve_gf_PlayAnimationOnDoodadsInRegion(RegionEntireMap(), "ProtossEnergyLine", c_animNameDefault, "Stand Work", c_animFlagPlayForever, c_animTimeDefault);
CreepModify(PointFromId(5), 10.0, true, true);
CreepModify(PointFromId(7), 10.0, true, true);
CreepModify(PointFromId(94), 10.0, true, true);
CreepModify(PointFromId(116), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:563
CreepModify(PointFromId(5), 10.0, true, true);
CreepModify(PointFromId(7), 10.0, true, true);
CreepModify(PointFromId(94), 10.0, true, true);
CreepModify(PointFromId(116), 10.0, true, true);
CreepModify(PointFromId(133), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:564
CreepModify(PointFromId(7), 10.0, true, true);
CreepModify(PointFromId(94), 10.0, true, true);
CreepModify(PointFromId(116), 10.0, true, true);
CreepModify(PointFromId(133), 10.0, true, true);
CreepModify(PointFromId(169), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:565
CreepModify(PointFromId(94), 10.0, true, true);
CreepModify(PointFromId(116), 10.0, true, true);
CreepModify(PointFromId(133), 10.0, true, true);
CreepModify(PointFromId(169), 10.0, true, true);
CreepModify(PointFromId(176), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:566
CreepModify(PointFromId(116), 10.0, true, true);
CreepModify(PointFromId(133), 10.0, true, true);
CreepModify(PointFromId(169), 10.0, true, true);
CreepModify(PointFromId(176), 10.0, true, true);
CreepModify(PointFromId(187), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:567
CreepModify(PointFromId(133), 10.0, true, true);
CreepModify(PointFromId(169), 10.0, true, true);
CreepModify(PointFromId(176), 10.0, true, true);
CreepModify(PointFromId(187), 10.0, true, true);
CreepModify(PointFromId(188), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:568
CreepModify(PointFromId(169), 10.0, true, true);
CreepModify(PointFromId(176), 10.0, true, true);
CreepModify(PointFromId(187), 10.0, true, true);
CreepModify(PointFromId(188), 10.0, true, true);
CreepModify(PointFromId(189), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:569
CreepModify(PointFromId(176), 10.0, true, true);
CreepModify(PointFromId(187), 10.0, true, true);
CreepModify(PointFromId(188), 10.0, true, true);
CreepModify(PointFromId(189), 10.0, true, true);
CreepModify(PointFromId(191), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul04.sc2map/MapScript.galaxy:570
CreepModify(PointFromId(187), 10.0, true, true);
CreepModify(PointFromId(188), 10.0, true, true);
CreepModify(PointFromId(189), 10.0, true, true);
CreepModify(PointFromId(191), 10.0, true, true);
CreepModify(PointFromId(192), 21.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:692
UnitSetPosition(UnitLastCreated(), gv_challengeUnits[lv_i].lv_position, false);
if ((UnitGetType(UnitLastCreated()) == "CreepTumorBurrowed")) {
CreepModify(UnitGetPosition(UnitLastCreated()), 10.0, true, false);
}
else {
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:570
PingSetVisible(gv_enemyPing02, false);
PingSetVisible(gv_enemyPing03, false);
CreepModify(RegionGetCenter(RegionFromId(11)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(12)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(16)), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:571
PingSetVisible(gv_enemyPing03, false);
CreepModify(RegionGetCenter(RegionFromId(11)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(12)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(16)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(19)), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:572
CreepModify(RegionGetCenter(RegionFromId(11)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(12)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(16)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(19)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(45)), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:573
CreepModify(RegionGetCenter(RegionFromId(12)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(16)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(19)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(45)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(47)), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:574
CreepModify(RegionGetCenter(RegionFromId(16)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(19)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(45)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(47)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(48)), 10.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:575
CreepModify(RegionGetCenter(RegionFromId(19)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(45)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(47)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(48)), 10.0, true, true);
return true;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:576
CreepModify(RegionGetCenter(RegionFromId(45)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(47)), 10.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(48)), 10.0, true, true);
return true;
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zergcombat.sc2map/MapScript.galaxy:630
PingSetVisible(gv_enemyPing02, false);
PingSetVisible(gv_enemyPing03, false);
CreepModify(RegionGetCenter(RegionFromId(18)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(19)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(25)), 15.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zergcombat.sc2map/MapScript.galaxy:631
PingSetVisible(gv_enemyPing03, false);
CreepModify(RegionGetCenter(RegionFromId(18)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(19)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(25)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(13)), 6.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zergcombat.sc2map/MapScript.galaxy:632
CreepModify(RegionGetCenter(RegionFromId(18)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(19)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(25)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(13)), 6.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(14)), 6.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zergcombat.sc2map/MapScript.galaxy:633
CreepModify(RegionGetCenter(RegionFromId(19)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(25)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(13)), 6.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(14)), 6.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(15)), 6.0, true, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zergcombat.sc2map/MapScript.galaxy:634
CreepModify(RegionGetCenter(RegionFromId(25)), 15.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(13)), 6.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(14)), 6.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(15)), 6.0, true, true);
return true;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zergcombat.sc2map/MapScript.galaxy:635
CreepModify(RegionGetCenter(RegionFromId(13)), 6.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(14)), 6.0, true, true);
CreepModify(RegionGetCenter(RegionFromId(15)), 6.0, true, true);
return true;
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson03b.sc2map — MapScript.galaxy:381
UnitRemove(gv_infestationVirophageUnit[lp_colonyIndex]);
gv_infestationVirophageUnit[lp_colonyIndex] = null;
CreepModify(RegionGetCenter(lp_area), 10.0, false, false);
autoED4A8D80_g = UnitGroup(null, gv_p07_ZERG_INFESTED, lp_area, UnitFilter(0, 0, (1 << c_targetFilterMissile), (1 << (c_targetFilterDead - 32)) | (1 << (c_targetFilterHidden - 32))), 0);
autoED4A8D80_u = UnitGroupCount(autoED4A8D80_g, c_unitCountAll);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:4686
}
libNtve_gf_PlayAnimationOnDoodadsInRegion(RegionEntireMap(), "RainEmitterMedium", c_animNameDefault, "Death", c_animFlagPlayForever, c_animTimeDefault);
CreepModify(PointFromId(261), 50.0, false, false);
GameTimeOfDaySet("18:00:00");
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:5134
}
CreepModify(PointFromId(511), 8.0, true, true);
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:5135
CreepModify(PointFromId(511), 8.0, true, true);
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:5136
CreepModify(PointFromId(511), 8.0, true, true);
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
CreepModify(PointFromId(701), 8.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:5137
CreepModify(PointFromId(668), 8.0, true, true);
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
CreepModify(PointFromId(701), 8.0, true, true);
libNtve_gf_CreateUnitsWithDefaultFacing(1, "SporeCrawler", 0, gv_pLAYER02_ZERG, PointFromId(772));
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:5138
CreepModify(PointFromId(684), 8.0, true, true);
CreepModify(PointFromId(673), 8.0, true, true);
CreepModify(PointFromId(701), 8.0, true, true);
libNtve_gf_CreateUnitsWithDefaultFacing(1, "SporeCrawler", 0, gv_pLAYER02_ZERG, PointFromId(772));
libNtve_gf_CreateUnitsWithDefaultFacing(1, "SporeCrawler", 0, gv_pLAYER02_ZERG, PointFromId(767));
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttychus01.sc2map — MapScript.galaxy:4702
libNtve_gf_ShowHideUnit(autoD08D7D1A_var, false);
}
CreepModify(PointFromId(1907), 32.0, false, false);
CreepModify(PointFromId(1907), 32.0, false, true);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttychus01.sc2map — MapScript.galaxy:4703
}
CreepModify(PointFromId(1907), 32.0, false, false);
CreepModify(PointFromId(1907), 32.0, false, true);
Wait(3.0, c_timeGame);
CinematicFade(true, 0.1, c_fadeStyleNormal, ColorWithAlpha(0.00, 0.00, 0.00, 0.00), 0.0, false);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1105
FogSetDensity(0.2);
FogSetColor(Color(0,0,0));
CreepModify(PointFromId(8), 10.0, true, true);
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1106
FogSetColor(Color(0,0,0));
CreepModify(PointFromId(8), 10.0, true, true);
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1107
CreepModify(PointFromId(8), 10.0, true, true);
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1108
CreepModify(PointFromId(9), 10.0, true, true);
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1109
CreepModify(PointFromId(122), 10.0, true, true);
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1110
CreepModify(PointFromId(124), 10.0, true, true);
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1111
CreepModify(PointFromId(125), 10.0, true, true);
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1112
CreepModify(PointFromId(127), 10.0, true, true);
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
CreepModify(PointFromId(134), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1113
CreepModify(PointFromId(128), 10.0, true, true);
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
CreepModify(PointFromId(134), 10.0, true, true);
CreepModify(PointFromId(136), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian01.sc2map — MapScript.galaxy:1114
CreepModify(PointFromId(129), 10.0, true, true);
CreepModify(PointFromId(132), 10.0, true, true);
CreepModify(PointFromId(134), 10.0, true, true);
CreepModify(PointFromId(136), 10.0, true, true);
CreepModify(PointFromId(137), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:416
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleSmallBlocker")) {
RegionSetCenter(RegionFromId(18), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(18)), 2.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(18), false);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:423
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleMediumBlocker")) {
RegionSetCenter(RegionFromId(19), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(19)), 3.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(19), false);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:430
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleLargeBlocker")) {
RegionSetCenter(RegionFromId(17), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(17)), 4.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(17), false);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:437
if ((UnitGetType(autoD59259D7_var) == "SpacePlatformDestructibleJumboBlocker")) {
RegionSetCenter(RegionFromId(20), UnitGetPosition(autoD59259D7_var));
CreepModify(RegionGetCenter(RegionFromId(20)), 8.0, false, false);
UnitKill(autoD59259D7_var);
TerrainShowRegion(RegionFromId(20), false);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:823
UnitRemove(auto10416F19_var);
}
CreepModify(PointFromId(1767), 10.0, true, true);
CreepModify(PointFromId(1870), 10.0, true, true);
CreepModify(PointFromId(1889), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:824
}
CreepModify(PointFromId(1767), 10.0, true, true);
CreepModify(PointFromId(1870), 10.0, true, true);
CreepModify(PointFromId(1889), 10.0, true, true);
CreepModify(PointFromId(1890), 10.0, true, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:825
CreepModify(PointFromId(1767), 10.0, true, true);
CreepModify(PointFromId(1870), 10.0, true, true);
CreepModify(PointFromId(1889), 10.0, true, true);
CreepModify(PointFromId(1890), 10.0, true, true);
CreepModify(PointFromId(1891), 10.0, true, true);