# Set Objective Text

Grammar — Set objective text to text
FlagsNative | Action

Sets the text of an objective.

# Arguments

  • int [ objective ] — Objective
  • text — Text

Returns — void

native void ObjectiveSetName(int inObjective, text inName);

Category: Objective / Advanced

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L970
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/7690E3C5") + IntToText(gv_roundCount) + StringExternal("Param/Value/27179186")))
// L1131
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/2C489E15") + IntToText(gv_roundCount) + StringExternal("Param/Value/1F5F5C7C")))
// L1311
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/35B68D6F") + IntToText(gv_roundCount) + StringExternal("Param/Value/942DDB8B")))
// L2297
ObjectiveSetName(gv_objectiveSurvive01, TextReplaceWord(StringExternal("Param/Value/16E9842C"), StringExternal("Param/Value/524D84D1"), IntToText(gv_roundCount), c_stringReplaceAll, c_stringCase))
// L1175
ObjectiveSetName(gv_objectiveEconomyMarines, (TextReplaceWord(StringExternal("Param/Value/70AC623B"), StringExternal("Param/Value/D01F147F"), IntToText(gv_marineBuiltCount), c_stringReplaceAll, c_stringCase) + TextReplaceWord(StringExternal("Param/Value/011A991C"), StringExternal("Param/Value/42E17BA4"), IntToText(gv_marineNeeded), c_stringReplaceAll, c_stringCase) + StringExternal("Param/Value/56D1A642")))
// L1176
ObjectiveSetName(gv_objectiveEconomyTanks, (TextReplaceWord(StringExternal("Param/Value/A649D76F"), StringExternal("Param/Value/59A897C1"), IntToText(gv_tankBuiltCount), c_stringReplaceAll, c_stringCase) + TextReplaceWord(StringExternal("Param/Value/AF8FC965"), StringExternal("Param/Value/1298E03A"), IntToText(gv_tanksNeeded), c_stringReplaceAll, c_stringCase) + StringExternal("Param/Value/E7488F48")))
// L1177
ObjectiveSetName(gv_objectiveEconomyGhosts, (TextReplaceWord(StringExternal("Param/Value/875EE9D9"), StringExternal("Param/Value/19B78FB6"), IntToText(gv_ghostsBuiltCount), c_stringReplaceAll, c_stringCase) + TextReplaceWord(StringExternal("Param/Value/638CCC69"), StringExternal("Param/Value/1A0C344D"), IntToText(gv_ghostsNeeded), c_stringReplaceAll, c_stringCase) + StringExternal("Param/Value/26489D35")))
// L918
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/C7FD744E") + IntToText(gv_roundCount) + StringExternal("Param/Value/10A62150")))
// L1081
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/A341C618") + IntToText(gv_roundCount) + StringExternal("Param/Value/CB741578")))
// L1248
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/9E6E0717") + IntToText(gv_roundCount) + StringExternal("Param/Value/ED0B695F")))
// L2128
ObjectiveSetName(gv_objectiveSurvive01, TextReplaceWord(StringExternal("Param/Value/7B6323B3"), StringExternal("Param/Value/27527C62"), IntToText(gv_roundCount), c_stringReplaceAll, c_stringCase))
// L983
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/FCFDA59D") + IntToText(gv_roundCount) + StringExternal("Param/Value/32157971")))
// L1152
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/C3DFA01A") + IntToText(gv_roundCount) + StringExternal("Param/Value/DD52ED31")))
// L1322
ObjectiveSetName(gv_objectiveSurvive01, (StringExternal("Param/Value/3BEA528F") + IntToText(gv_roundCount) + StringExternal("Param/Value/346D9701")))
// L2237
ObjectiveSetName(gv_objectiveSurvive01, TextReplaceWord(StringExternal("Param/Value/02B1F8A4"), StringExternal("Param/Value/09B9AAA0"), IntToText(gv_roundCount), c_stringReplaceAll, c_stringCase))
// L3786
ObjectiveSetName(gv_objective_SaveColonists, (StringExternal("Param/Value/01B02760") + IntToText(gv_colonistsSaved) + StringExternal("Param/Value/09C44398") + IntToText(gv_colonistsSaveQuota) + StringExternal("Param/Value/38C9869C")))
// L4297
ObjectiveSetName(gv_objective_DontLetColonistsDie, (TextReplaceWord(StringExternal("Param/Value/2F86BD5F"), StringExternal("Param/Value/1C42E24F"), IntToText(gv_colonistsDeathQuota), c_stringReplaceAll, c_stringCase) + TextReplaceWord(StringExternal("Param/Value/87078404"), StringExternal("Param/Value/11147D32"), IntToText(gv_colonistsKilled), c_stringReplaceAll, c_stringCase)))
// L4493
ObjectiveSetName(gv_objective_DontLetColonistsDie, (TextReplaceWord(StringExternal("Param/Value/5E1B1335"), StringExternal("Param/Value/C00EA670"), IntToText(gv_colonistsDeathQuota), c_stringReplaceAll, c_stringCase) + TextReplaceWord(StringExternal("Param/Value/D744ABDE"), StringExternal("Param/Value/23575D29"), IntToText(gv_colonistsKilled), c_stringReplaceAll, c_stringCase)))
// L5530
ObjectiveSetName(gv_bonusObjectiveCollectChrysalis, (StringExternal("Param/Value/D8E396B5") + IntToText(gv_bonusObjectiveCollectChrysalisFound) + StringExternal("Param/Value/4AC47548")))
// L4505
ObjectiveSetName(gv_objectiveCleanseInfestation, (StringExternal("Param/Value/BA6F0E37") + IntToText(UnitGroupCount(UnitGroup(null, gv_pLAYER_03_INFESTED_REFUGEES, null, UnitFilter((1 << c_targetFilterStructure) | (1 << c_targetFilterPreventDefeat), 0, 0, 0), 0), c_unitCountAlive)) + StringExternal("Param/Value/1446FF91")))
// L4508
ObjectiveSetName(gv_objectiveCleanseInfestation, (StringExternal("Param/Value/690CCCB9") + IntToText(UnitGroupCount(UnitGroup(null, gv_pLAYER_03_INFESTED_REFUGEES, null, UnitFilter((1 << c_targetFilterStructure) | (1 << c_targetFilterPreventDefeat), 0, 0, 0), 0), c_unitCountAlive)) + StringExternal("Param/Value/DDD57FA0")))
// L4630
ObjectiveSetName(gv_researchObjectiveKilltheInfestors, (StringExternal("Param/Value/27F95A51") + IntToText(gv_infestorsKilled) + StringExternal("Param/Value/8FD1A811")))
// L1120
ObjectiveSetName(gv_primaryObjectiveDestroyProtossNexus, (StringExternal("Param/Value/7CA551C6") + IntToText(gv_nexusDestroyed) + StringExternal("Param/Value/079AD687")))
// L3835
ObjectiveSetName(gv_objectiveDestroyInfestation, (StringExternal("Param/Value/0437D084") + IntToText(gv_zergInfestationCounter) + StringExternal("Param/Value/DBD58F80")))
// L471
ObjectiveSetName(gv_objective_Locate, (StringExternal("Param/Value/9669A7DF") + IntToText(gv_diamondbacksFound) + StringExternal("Param/Value/EE97202B") + IntToText(gv_totalDiamondbacks) + StringExternal("Param/Value/24F80960")))
// L2319
ObjectiveSetName(gv_objective_TheGreatTrainRobbery, (StringExternal("Param/Value/C68C5019") + IntToText(gv_trainsDestroyed) + StringExternal("Param/Value/C9C430E9") + IntToText(gv_trainsNeeded) + StringExternal("Param/Value/B2141726")))
// L2396
ObjectiveSetName(gv_objective_DontMissTrains, (StringExternal("Param/Value/A499F4E7") + IntToText(gv_trainsMissed) + StringExternal("Param/Value/AE512F3B")))
// L2413
ObjectiveSetName(gv_objective_DontMissTrains, (StringExternal("Param/Value/896026F8") + IntToText(gv_trainsMissed) + StringExternal("Param/Value/0A165E94")))
// L5522
ObjectiveSetName(gv_objective_DefilerSkeletons, (StringExternal("Param/Value/8FF82C14") + IntToText(gv_defilerSkeletonsFound) + StringExternal("Param/Value/0B14E42D") + IntToText(gv_defilerSkeletonsNeeded) + StringExternal("Param/Value/54370C34")))
// L4969
ObjectiveSetName(gv_bonusObjectiveFindContraband, (StringExternal("Param/Value/057D9AD4") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelicContraband, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_contrabandRelicsTotal, gv_contrabandRelicsFound)))
// L4821
ObjectiveSetName(gv_objectiveDestroyDominionBases, (StringExternal("Param/Value/EA3B8510") + IntToText(gv_objectiveDestroyDominionBasesCurrent) + StringExternal("Param/Value/189A67E4") + IntToText(gv_objectiveDestroyDominionBasesQuota) + StringExternal("Param/Value/46DDFDA9")))
// L4970
ObjectiveSetName(gv_objectiveDevourerSamples, (StringExternal("Param/Value/D44C9615") + IntToText(gv_devourerSamplesFound) + StringExternal("Param/Value/16047064") + IntToText(gv_devourerSamplesTotal) + StringExternal("Param/Value/3CBF51DD")))
// L10820
ObjectiveSetName(gv_researchObjectiveBrutalisk, (StringExternal("Param/Value/F8BA0C74") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectKilltheBrutalisk, libCamp_ge_StoryResearchObjectiveTextStyle_Lumpsum, 1, 1)))
// L10900
ObjectiveSetName(gv_objectiveProtossRelics, (StringExternal("Param/Value/A43486E9") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_obejctiveProtossRelicsTotalFirstHalf, gv_obejctiveProtossRelics)))
// L10934
ObjectiveSetName(gv_objectiveProtossRelics, (StringExternal("Param/Value/31655236") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_obejctiveProtossRelicsTotalFirstHalf, gv_obejctiveProtossRelics)))
// L11025
ObjectiveSetName(gv_objectiveProtossRelics, (StringExternal("Param/Value/9F164517") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_obejctiveProtossRelicsTotalSecondHalf, gv_obejctiveProtossRelics)))
// L11063
ObjectiveSetName(gv_objectiveProtossRelics, (StringExternal("Param/Value/4A3E218A") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_obejctiveProtossRelicsTotalSecondHalf, gv_obejctiveProtossRelics) + StringToText("")))
// L12404
ObjectiveSetName(gv_objectiveProtossRelics, (StringExternal("Param/Value/8E6D4431") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_obejctiveProtossRelicsTotalSecondHalf, gv_obejctiveProtossRelics) + StringExternal("Param/Value/3BF968F3")))
// L4480
ObjectiveSetName(gv_objectiveDestroyDominionHoloboards, (StringExternal("Param/Value/ECF1145A") + IntToText(gv_objectiveTaskDestroyDominionHoloboardsProgress) + StringExternal("Param/Value/011154B4") + IntToText(gv_objectiveTaskDestroyDominionHoloboardsTotal) + StringExternal("Param/Value/05E1A1EB")))
// L4545
ObjectiveSetName(gv_objectiveDestroyDominionHoloboards, (StringExternal("Param/Value/BE465878") + IntToText(gv_objectiveTaskDestroyDominionHoloboardsProgress) + StringExternal("Param/Value/914BC647") + IntToText(gv_objectiveTaskDestroyDominionHoloboardsTotal) + StringExternal("Param/Value/13F1BF87")))
// L2185
ObjectiveSetName(gv_objectiveRescue, (StringExternal("Param/Value/28341DB3") + IntToText(gv_rebelFightersRescued) + StringExternal("Param/Value/5A139B4F") + StringExternal("Param/Value/88CFB03A")))
// L2233
ObjectiveSetName(gv_objectiveRescue, (StringExternal("Param/Value/66738ACE") + IntToText(gv_rebelFightersRescued) + StringExternal("Param/Value/DBBC8F23") + StringExternal("Param/Value/85B6A1D8")))
// L2281
ObjectiveSetName(gv_objectiveRescue, (StringExternal("Param/Value/7B12E251") + IntToText(gv_rebelFightersRescued) + StringExternal("Param/Value/F88EB373") + StringExternal("Param/Value/DE63FD4D")))
// L4688
ObjectiveSetName(gv_researchObjectiveKilltheBrutalisk, (StringExternal("Param/Value/9C764397") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectKilltheBrutalisk, libCamp_ge_StoryResearchObjectiveTextStyle_Lumpsum, 1, 1)))
// L3795
ObjectiveSetName(gv_primaryObjectiveGetGas, (StringExternal("Param/Value/A1DD6009") + IntToText(gv_playerScore) + StringExternal("Param/Value/9FDD5B12") + IntToText(gv_playerCollectionQuota) + StringExternal("Param/Value/D3D16072")))
// L3796
ObjectiveSetName(gv_primaryObjectiveStopProtossGas, (StringExternal("Param/Value/F14C6CFE") + IntToText(gv_protossScore) + StringExternal("Param/Value/6D58251D")))
// L3897
ObjectiveSetName(gv_bonusObjectiveCollectRelics, (StringExternal("Param/Value/50C45B65") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_bonusObjectiveCollectRelicsNeeded, gv_bonusObjectiveCollectRelicsFound)))
// L5457
ObjectiveSetName(gv_objectiveKillSpectres, (StringExternal("Param/Value/37E0F123") + IntToText(gv_objectiveKillSpectresKilled) + StringExternal("Param/Value/3FB85465") + IntToText(gv_objectiveKillSpectresMax) + StringExternal("Param/Value/D942C757") + StringExternal("Param/Value/C2F32F2D")))
// L2299
ObjectiveSetName(gv_objectiveCamera01, (StringExternal("Param/Value/DF96EF8F") + gv_tEXTUP + gv_tEXTDOWN + gv_tEXTLEFT + gv_tEXTRIGHT + StringExternal("Param/Value/C64884E2")))
// L2308
ObjectiveSetName(gv_objectiveCamera01, (StringExternal("Param/Value/004B6BB5") + gv_tEXTUP + gv_tEXTDOWN + gv_tEXTLEFT + gv_tEXTRIGHT + StringExternal("Param/Value/39DF7EEC")))
// L4456
ObjectiveSetName(gv_objectiveCombat01, (StringExternal("Param/Value/F62182D4") + IntToText(gv_objectiveCombat01Number) + StringExternal("Param/Value/0E48D09A") + (IntToText(gv_objectiveCombat01Total)) + StringExternal("Param/Value/0F6A8A8A")))
// L5020
ObjectiveSetName(gv_objectiveCombat02, (StringExternal("Param/Value/D891D9BE") + IntToText(gv_objectiveCombat02Number) + StringExternal("Param/Value/9149B4EF") + (IntToText(gv_objectiveCombat02Total)) + StringExternal("Param/Value/0E3D90C8")))
// L5550
ObjectiveSetName(gv_objectiveCombat03, (StringExternal("Param/Value/BAE65611") + IntToText(gv_objectiveCombat03Number) + StringExternal("Param/Value/512059DD") + (IntToText(gv_objectiveCombat03Total)) + StringExternal("Param/Value/9EE8AC86")))
// L6816
ObjectiveSetName(gv_objectiveCollection01, (StringExternal("Param/Value/5EAC454D") + IntToText(gv_objectiveCollection01Number) + StringExternal("Param/Value/CB43F05C") + (IntToText(gv_objectiveCollection01Total)) + StringExternal("Param/Value/C982D8F6")))
// L6821
ObjectiveSetName(gv_objectiveCollection01, (StringExternal("Param/Value/3027800F") + IntToText(gv_objectiveCollection01Number) + StringExternal("Param/Value/3DE9CA26") + (IntToText(gv_objectiveCollection01Total)) + StringExternal("Param/Value/F43C1E41")))
// L7788
ObjectiveSetName(gv_objectiveCollection03, (StringExternal("Param/Value/23DF8C4F") + IntToText(gv_objectiveCollection03Number) + StringExternal("Param/Value/D25D336F") + (IntToText(gv_objectiveCollection03Total)) + StringExternal("Param/Value/981FB8B2")))
// L7793
ObjectiveSetName(gv_objectiveCollection03, (StringExternal("Param/Value/C64891F2") + IntToText(gv_objectiveCollection03Number) + StringExternal("Param/Value/2EA0CF57") + (IntToText(gv_objectiveCollection03Total)) + StringExternal("Param/Value/35DD131B")))
// L8474
ObjectiveSetName(gv_objectiveProduction02, (StringExternal("Param/Value/50D703FF") + IntToText(gv_objectiveProduction02Number) + StringExternal("Param/Value/B510ADFC") + (IntToText(gv_objectiveProduction02Total)) + StringExternal("Param/Value/9CB05C7B")))
// L2065
ObjectiveSetName(gv_objective_DestroytheStatues, (StringExternal("Param/Value/98F1F2DC") + IntToText(gv_statuesDestoyed) + StringExternal("Param/Value/4BD9CBE6")))
// L4288
ObjectiveSetName(gv_objective_DestroytheStatues, StringExternal("Param/Value/8A9312C3"))
// L4402
ObjectiveSetName(gv_objective_Relics, (StringExternal("Param/Value/1647A2D5") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_relicsNeeded, gv_relicsFound) + StringExternal("Param/Value/88438701")))
// L4440
ObjectiveSetName(gv_objective_Relics, (StringExternal("Param/Value/38722FC6") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_relicsNeeded, gv_relicsFound)))
// L4903
ObjectiveSetName(gv_bonusObjectiveCollectRelics, (StringExternal("Param/Value/D8039732") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_bonusObjectiveCollectRelicsNeeded, gv_bonusObjectiveCollectRelicsFound)))
// L4936
ObjectiveSetName(gv_bonusObjectiveCollectRelics, (StringExternal("Param/Value/51D38407") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_bonusObjectiveCollectRelicsNeeded, gv_bonusObjectiveCollectRelicsFound)))
// L5841
ObjectiveSetName(gv_objectiveDestroyDataz, (StringExternal("Param/Value/F7B75A11") + IntToText(gv_dataCoresDestroyed) + StringExternal("Param/Value/4AA821D0")))
// L5972
ObjectiveSetName(gv_researchObjectiveKilltheBrutalisk, (StringExternal("Param/Value/D0755CEB") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectKilltheBrutalisk, libCamp_ge_StoryResearchObjectiveTextStyle_Lumpsum, 1, 1)))
// L3220
ObjectiveSetName(gv_researchObjectiveProtossRelics, (StringExternal("Param/Value/057DC625") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_protossRelicsTotal, gv_protossRelicsFound)))
// L3253
ObjectiveSetName(gv_researchObjectiveProtossRelics, (StringExternal("Param/Value/3BD695A1") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectFindProtossRelics, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, gv_protossRelicsTotal, gv_protossRelicsFound)))
// L4447
ObjectiveSetName(gv_objectiveRescuePrisoners, (StringExternal("Param/Value/91ECA2BB") + IntToText(gv_iNTProtossRescued) + StringExternal("Param/Value/0CA88BB7")))
// L4452
ObjectiveSetName(gv_objectiveRescuePrisoners, (StringExternal("Param/Value/A760AABE") + IntToText(gv_iNTProtossRescued) + StringExternal("Param/Value/CBB57BC3")))
// L6279
ObjectiveSetName(gv_troopSupply, (StringExternal("Param/Value/35A51023") + FixedToText(gv_existingSupplyUpdate, 0) + StringExternal("Param/Value/931B73B1") + (IntToText(gv_obejctiveTroopsSupplyTotal)) + StringExternal("Param/Value/A31AC52F")))
// L6284
ObjectiveSetName(gv_troopSupply, (StringExternal("Param/Value/CF493A94") + FixedToText(100.0, 0) + StringExternal("Param/Value/93880367") + (IntToText(gv_obejctiveTroopsSupplyTotal)) + StringExternal("Param/Value/A3A377F1")))
// L6344
ObjectiveSetName(gv_objectiveNydusWorms, (StringExternal("Param/Value/2FB3E0A4") + IntToText(gv_obejctiveNydusWormsUpdate) + StringExternal("Param/Value/482E305A") + (IntToText(gv_obejctiveNydusWormsTotal)) + StringExternal("Param/Value/5D117C8B")))
// L664
ObjectiveSetName(gv_oBJPlantSeismicCharges, (StringExternal("Param/Value/6DD01242") + IntToText(lp_nukesPlanted) + StringExternal("Param/Value/2F8541EA")))
// L5165
ObjectiveSetName(gv_objectiveDestroyCoolantTowers, (StringExternal("Param/Value/4A3AE9EE") + IntToText(gv_objectiveDestroyCoolantTowerProgress) + StringExternal("Param/Value/93348B29") + IntToText(gv_objectiveDestroyCoolantTowersTotal) + StringExternal("Param/Value/7D0B2B5E")))
// L8379
ObjectiveSetName(gv_objectiveShrinesGetToShrines, (StringExternal("Param/Value/91F5681E") + IntToText(gv_obejctiveShrinesUpdate) + StringExternal("Param/Value/8630B5F7") + (IntToText(gv_obejctiveShrinesTotal)) + StringExternal("Param/Value/AC8D29D7")))
// L8555
ObjectiveSetName(gv_objectiveHatcheries, (StringExternal("Param/Value/4CDC5CA3") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectDestroyHatcheries, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, 3, gv_objectiveHatcheriesKilled)))
// L5610
ObjectiveSetName(gv_objectivePowerBase, (StringExternal("Param/Value/B6424D18") + IntToText(gv_obejctivePowerBaseUpdate) + StringExternal("Param/Value/4A781515") + (IntToText(gv_obejctivePowerBaseTotal)) + StringExternal("Param/Value/DE65E9D6")))
// L5703
ObjectiveSetName(gv_objectiveDestroyPrisons, (StringExternal("Param/Value/86EE82A2") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectDestroythePreserverPrisons, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, 3, gv_objectivesAllPrisonsDestroyedUpdate)))
// L5735
ObjectiveSetName(gv_objectiveDestroyPrisons, (StringExternal("Param/Value/8DD3AF59") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectDestroythePreserverPrisons, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, 3, gv_objectivesAllPrisonsDestroyedUpdate) + StringExternal("Param/Value/1745A93B")))
// L5883
ObjectiveSetName(gv_objectivePowerSecondaryBase, (StringExternal("Param/Value/E8580788") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectPowertheAbandonedStructure, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, 3, gv_obejctivePowerSecondaryBaseUpdate) + StringExternal("Param/Value/63A96D60")))
// L5913
ObjectiveSetName(gv_objectivePowerSecondaryBase, (StringExternal("Param/Value/CB6A9AC1") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectPowertheAbandonedStructure, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, 3, gv_obejctivePowerSecondaryBaseUpdate)))
// L6004
ObjectiveSetName(gv_objectivePowerSecondaryBase, (StringExternal("Param/Value/2711B490") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectPowertheAbandonedStructure, libCamp_ge_StoryResearchObjectiveTextStyle_Multipart, 3, gv_obejctivePowerSecondaryBaseUpdate) + StringExternal("Param/Value/30616D3B")))
// L4106
ObjectiveSetName(gv_objectiveOvermindTendrils, (StringExternal("Param/Value/F3BFF16E") + IntToText(gv_overmindTendrilsVisited) + StringExternal("Param/Value/DF5F980D")))
// L4115
ObjectiveSetName(gv_objectiveOvermindTendrils, (StringExternal("Param/Value/C4B2628D") + IntToText(gv_overmindTendrilsVisited) + StringExternal("Param/Value/890B8AA5")))
// L4243
ObjectiveSetName(gv_objectivePowerTheObelisks, (StringExternal("Param/Value/41C52231") + IntToText(gv_obelisksPowered) + StringExternal("Param/Value/0C997FDC")))
// L4281
ObjectiveSetName(gv_objectivePowerTheObelisks, (StringExternal("Param/Value/48E96967") + IntToText(gv_obelisksPowered) + StringExternal("Param/Value/A74E1FDD")))
// L5252
ObjectiveSetName(gv_objectiveKillPrimary, (TextReplaceWord(StringExternal("Param/Value/93FAEACE"), StringExternal("Param/Value/5FE97FBF"), IntToText(gv_sTAGE_01_KILL_QUOTA), c_stringReplaceAll, c_stringCase) + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectKill1500Zerg, libCamp_ge_StoryResearchObjectiveTextStyle_Lumpsum, 1, 1)))
// L5326
ObjectiveSetName(gv_objectiveProtectArchive, (StringExternal("Param/Value/0A3D9279") + libCamp_gf_FormatTimeCampaign(lv_tIMER) + StringExternal("Param/Value/3BC7D8C2") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectProtecttheArchive, libCamp_ge_StoryResearchObjectiveTextStyle_Lumpsum, 1, 0)))
// L5373
ObjectiveSetName(gv_objectiveProtectArchive, (StringExternal("Param/Value/BE65AF3D") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectProtecttheArchive, libCamp_ge_StoryResearchObjectiveTextStyle_Lumpsum, 1, 1)))
// L5419
ObjectiveSetName(gv_objectiveProtectArchive, (StringExternal("Param/Value/00B96633") + StringExternal("Param/Value/6A188D0E") + StringExternal("Param/Value/D1FBA455") + libCamp_gf_StoryResearchSupplementTextForObjective(libCamp_ge_StoryResearchObject_ResearchObjectProtecttheArchive, libCamp_ge_StoryResearchObjectiveTextStyle_Lumpsum, 1, 0)))
// L3786
ObjectiveSetName(gv_objective_SaveColonists, (StringExternal("Param/Value/01B02760") + IntToText(gv_colonistsSaved) + StringExternal("Param/Value/09C44398") + IntToText(gv_colonistsSaveQuota) + StringExternal("Param/Value/38C9869C")))
// L4297
ObjectiveSetName(gv_objective_DontLetColonistsDie, (TextReplaceWord(StringExternal("Param/Value/2F86BD5F"), StringExternal("Param/Value/1C42E24F"), IntToText(gv_colonistsDeathQuota), c_stringReplaceAll, c_stringCase) + TextReplaceWord(StringExternal("Param/Value/87078404"), StringExternal("Param/Value/11147D32"), IntToText(gv_colonistsKilled), c_stringReplaceAll, c_stringCase)))
// L4493
ObjectiveSetName(gv_objective_DontLetColonistsDie, (TextReplaceWord(StringExternal("Param/Value/5E1B1335"), StringExternal("Param/Value/C00EA670"), IntToText(gv_colonistsDeathQuota), c_stringReplaceAll, c_stringCase) + TextReplaceWord(StringExternal("Param/Value/D744ABDE"), StringExternal("Param/Value/23575D29"), IntToText(gv_colonistsKilled), c_stringReplaceAll, c_stringCase)))
// L5530
ObjectiveSetName(gv_bonusObjectiveCollectChrysalis, (StringExternal("Param/Value/D8E396B5") + IntToText(gv_bonusObjectiveCollectChrysalisFound) + StringExternal("Param/Value/4AC47548")))
// L4505
ObjectiveSetName(gv_objectiveCleanseInfestation, (StringExternal("Param/Value/BA6F0E37") + IntToText(UnitGroupCount(UnitGroup(null, gv_pLAYER_03_INFESTED_REFUGEES, null, UnitFilter((1 << c_targetFilterStructure) | (1 << c_targetFilterPreventDefeat), 0, 0, 0), 0), c_unitCountAlive)) + StringExternal("Param/Value/1446FF91")))
// L4508
ObjectiveSetName(gv_objectiveCleanseInfestation, (StringExternal("Param/Value/690CCCB9") + IntToText(UnitGroupCount(UnitGroup(null, gv_pLAYER_03_INFESTED_REFUGEES, null, UnitFilter((1 << c_targetFilterStructure) | (1 << c_targetFilterPreventDefeat), 0, 0, 0), 0), c_unitCountAlive)) + StringExternal("Param/Value/DDD57FA0")))
// L4630
ObjectiveSetName(gv_researchObjectiveKilltheInfestors, (StringExternal("Param/Value/27F95A51") + IntToText(gv_infestorsKilled) + StringExternal("Param/Value/8FD1A811")))
// L1120
ObjectiveSetName(gv_primaryObjectiveDestroyProtossNexus, (StringExternal("Param/Value/7CA551C6") + IntToText(gv_nexusDestroyed) + StringExternal("Param/Value/079AD687")))
// L3835
ObjectiveSetName(gv_objectiveDestroyInfestation, (StringExternal("Param/Value/0437D084") + IntToText(gv_zergInfestationCounter) + StringExternal("Param/Value/DBD58F80")))