# Convert Time To Text
Grammar — Text(seconds seconds) using format format
Flags —Native
|Function
Convert a time value, in seconds, to text using one of various formats
# Arguments
text
— Formatint
— Seconds
Returns — text
native text TextTimeFormat(text inFormat, int inSecs);
# Related
Category: String / Formatting
- Convert Time To Text —
text
— TextTimeFormat - Convert String Case —
string
— StringCase - Convert Text Case —
text
— TextCase - Convert Game Text —
text
— StringExternal - Convert Game Hotkey —
text
— StringExternalHotkey - Convert Game Asset —
text
— StringExternalAsset - Text With Color —
text
— TextWithColor - Set Text Expression Token —
void
— TextExpressionSetToken - Text Expression —
text
— TextExpressionAssemble
# Examples
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:165
void gf_UpdateScoreUI (int lp_score) {
// Implementation
UISetChallengeScoreText(PlayerGroupAll(), "Economy", (StringExternal("Param/Value/C87CC032") + StringExternal("Param/Value/F5B0B48F") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), lp_score) + StringExternal("Param/Value/B95B281A")));
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:170
void gf_UNUSEDTEXTSTRINGS () {
// Implementation
UISetChallengeScoreText(PlayerGroupAll(), "Economy", (StringExternal("Param/Value/A5C0D643") + StringExternal("Param/Value/F0C6A3C7") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), 0) + StringExternal("Param/Value/CF5D7AC8")));
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:471
if ((gv_playerVictory == true)) {
gv_ratingText = (StringExternal("Param/Value/FA8049BE") + gv_ratingText);
libChal_gf_CreateChallengeVictoryPanel(StringExternal("Param/Value/6AA8939A"), gv_ratingText, StringExternal("Param/Value/09420776"), (StringExternal("Param/Value/0CDEB6B6") + TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), gv_finalScore)), gt_ButtonChosenLeaveGame, gt_ButtonChosenTryAgain);
libChal_gf_AddAchievementToChallengeVictoryPanel("Challenge_Economy_Basic");
libChal_gf_AddAchievementToChallengeVictoryPanel("Challenge_Economy_Mastery");
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:1317
gf_Achievements();
if ((gv_finalScore > gv_previousScore) && (gv_played == true)) {
libChal_gf_CreateChallengeWaveSuccessPanel(libChal_ge_SuccessFailure_Success, StringExternal("Param/Value/B9692836"), StringToText(""), StringExternal("Param/Value/FEBE545D"), (StringExternal("Param/Value/599B7E50") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), gv_finalScore)), gt_DialogScoreShow);
libChal_gf_ShowHideChallengeWaveSuccessPanel(true);
return true;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:1323
else {
if ((gv_previousScore < 1080)) {
libChal_gf_CreateChallengeWaveSuccessPanel(libChal_ge_SuccessFailure_Success, StringExternal("Param/Value/E9CA706F"), StringToText(""), StringExternal("Param/Value/24AE090A"), (StringExternal("Param/Value/E79DF4FD") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), gv_previousScore)), gt_DialogScoreShow);
libChal_gf_ShowHideChallengeWaveSuccessPanel(true);
gv_finalScore = gv_previousScore;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:1334
Wait(2.0, c_timeGame);
UISetChallengeCompleted(PlayerGroupSingle(gv_pLAYER_USER), libChal_gf_ChallengeName(libChal_gf_CurrentChallengeType()), true);
libChal_gf_CreateChallengeWaveSuccessPanel(libChal_ge_SuccessFailure_Success, StringExternal("Param/Value/26E6CBC6"), StringToText(""), StringToText(""), (StringExternal("Param/Value/FCB6090B") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), gv_finalScore)), gt_DialogScoreShow);
libChal_gf_ShowHideChallengeWaveSuccessPanel(true);
return true;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:165
void gf_UpdateScoreUI (int lp_score) {
// Implementation
UISetChallengeScoreText(PlayerGroupAll(), "Economy", (StringExternal("Param/Value/C87CC032") + StringExternal("Param/Value/F5B0B48F") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), lp_score) + StringExternal("Param/Value/B95B281A")));
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:170
void gf_UNUSEDTEXTSTRINGS () {
// Implementation
UISetChallengeScoreText(PlayerGroupAll(), "Economy", (StringExternal("Param/Value/A5C0D643") + StringExternal("Param/Value/F0C6A3C7") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), 0) + StringExternal("Param/Value/CF5D7AC8")));
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:471
if ((gv_playerVictory == true)) {
gv_ratingText = (StringExternal("Param/Value/FA8049BE") + gv_ratingText);
libChal_gf_CreateChallengeVictoryPanel(StringExternal("Param/Value/6AA8939A"), gv_ratingText, StringExternal("Param/Value/09420776"), (StringExternal("Param/Value/0CDEB6B6") + TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), gv_finalScore)), gt_ButtonChosenLeaveGame, gt_ButtonChosenTryAgain);
libChal_gf_AddAchievementToChallengeVictoryPanel("Challenge_Economy_Basic");
libChal_gf_AddAchievementToChallengeVictoryPanel("Challenge_Economy_Mastery");
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:1317
gf_Achievements();
if ((gv_finalScore > gv_previousScore) && (gv_played == true)) {
libChal_gf_CreateChallengeWaveSuccessPanel(libChal_ge_SuccessFailure_Success, StringExternal("Param/Value/B9692836"), StringToText(""), StringExternal("Param/Value/FEBE545D"), (StringExternal("Param/Value/599B7E50") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), gv_finalScore)), gt_DialogScoreShow);
libChal_gf_ShowHideChallengeWaveSuccessPanel(true);
return true;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:1323
else {
if ((gv_previousScore < 1080)) {
libChal_gf_CreateChallengeWaveSuccessPanel(libChal_ge_SuccessFailure_Success, StringExternal("Param/Value/E9CA706F"), StringToText(""), StringExternal("Param/Value/24AE090A"), (StringExternal("Param/Value/E79DF4FD") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), gv_previousScore)), gt_DialogScoreShow);
libChal_gf_ShowHideChallengeWaveSuccessPanel(true);
gv_finalScore = gv_previousScore;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:1334
Wait(2.0, c_timeGame);
UISetChallengeCompleted(PlayerGroupSingle(gv_pLAYER_USER), libChal_gf_ChallengeName(libChal_gf_CurrentChallengeType()), true);
libChal_gf_CreateChallengeWaveSuccessPanel(libChal_ge_SuccessFailure_Success, StringExternal("Param/Value/26E6CBC6"), StringToText(""), StringToText(""), (StringExternal("Param/Value/FCB6090B") + TextTimeFormat(StringToText("<min2/>:<sec2/>"), gv_finalScore)), gt_DialogScoreShow);
libChal_gf_ShowHideChallengeWaveSuccessPanel(true);
return true;
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition02.sc2map/MapScript.galaxy:2376
}
else {
libNtve_gf_SetDialogItemText(lv_warpAwayValue, TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(lv_timetoTarget)), PlayerGroupAll());
DialogControlSetSize(lv_warpAwayProgressBar, PlayerGroupAll(), FixedToInt((IntToFixed(lv_c_Width) * ((DistanceBetweenPoints(UnitGetPosition(EventUnit()), UnitGetPosition(EventUnitTargetUnit())) - 1.0) / 19.0))), lv_c_Height);
libNtve_gf_SetDialogItemColor(lv_warpAwayProgressBar, libSwaC_gf_GetProgressBarColorCampaign(), PlayerGroupAll());
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zhybrid03.sc2map/MapScript.galaxy:436
// Implementation
libNtve_gf_SetDialogItemText(gv_templeChannelUITime, TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(lp_channelTimeRemaining)), PlayerGroupAll());
DialogControlSetSize(gv_templeChannelUIProgressBar, PlayerGroupAll(), FixedToInt((lv_c_Width * (IntToFixed(lp_channelTimeRemaining) / lp_channelTimeMAX))), lv_c_Height);
libNtve_gf_SetDialogItemColor(gv_templeChannelUIProgressBar, libSwaC_gf_GetProgressBarColorCampaign(), PlayerGroupAll());
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:10376
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/997F854F"), TextExpressionAssemble("Param/Expression/F40CB0C7"));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/3384E585"), FixedToText(gv_damageTakenFromArchangelAmount, 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/5862D225"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(gv_lowestLockDownTime)));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zspace02.sc2map/MapScript.galaxy:6872
TextExpressionSetToken("Param/Expression/FE40F6E3", "A", FixedToText(FixedToInt((gv_kerriganLowestLife/UnitGetPropertyFixed(gv_kerrigan, c_unitPropLifeMax, c_unitPropCurrent)*100)), 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/9CDC6969"), TextExpressionAssemble("Param/Expression/FE40F6E3"));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/9678C189"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_achievementPrisonDeckTimedRunTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/3B294871"), IntToText(PlayerScoreValueGetAsInt(gv_p01_USER, "UnitsKilledCount")));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/42B8A27C"), IntToText(PlayerScoreValueGetAsInt(gv_p01_USER, "UnitsLostCount")));
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus02.sc2map/MapScript.galaxy:2872
}
else {
TextExpressionSetToken("Param/Expression/A35860D2", "A", TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(UnitAbilityGetCooldown(gv_chrysalis, "PrimalSpawning", "Abil/PrimalSpawning"))));
libNtve_gf_SetDialogItemText(gv_spawnLocustButton, TextExpressionAssemble("Param/Expression/A35860D2"), PlayerGroupAll());
DialogControlSetEnabled(gv_spawnLocustButton, PlayerGroupAll(), false);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus02.sc2map/MapScript.galaxy:4625
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/31B2B553"), IntToText(gv_spawnLocustsUsed));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/284205FE"), IntToText(PlayerScoreValueGetAsInt(gv_pLAYER_04_TYRANNOZOR, "UnitsKilledCount")));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/1D244F41"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(gv_victoryStatTyrannozorLifeTimer)));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus03.sc2map/MapScript.galaxy:9037
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/1B488576"), IntToText(libNtve_gf_UnitGetPropertyKills(gv_kerrigan, c_unitPropCurrent)));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/408212A4"), FixedToText(gv_kerriganLowestLife, 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/2E9E303E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_yagdraTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus03.sc2map/MapScript.galaxy:9038
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/408212A4"), FixedToText(gv_kerriganLowestLife, 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/2E9E303E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_yagdraTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/4486B68E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_zurvanTimer))));
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus03.sc2map/MapScript.galaxy:9039
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/2E9E303E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_yagdraTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/4486B68E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_zurvanTimer))));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus03.sc2map/MapScript.galaxy:9040
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/4486B68E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_zurvanTimer))));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/voidprologue/voidprologue03.sc2map/MapScript.galaxy:5072
libNtve_gf_SetDialogItemStyle(gv_s3EscapeDialogTitle, "AmonShadowTextTitle", PlayerGroupAll());
DialogControlSetVisible(gv_s3EscapeDialogTitle, PlayerGroupAll(), true);
libNtve_gf_CreateDialogItemLabel(gv_s3EscapeDialog, 500, 50, c_anchorTop, 0, 50, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(gv_s3EscapeTimer))), ColorWithAlpha(0,0,0,0), false, 2.0);
gv_s3EscapeDialogTimeRemaining = DialogControlLastCreated();
libNtve_gf_SetDialogItemStyle(gv_s3EscapeDialogTimeRemaining, "AmonShadowTextScore", PlayerGroupAll());
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/voidprologue/voidprologue03.sc2map/MapScript.galaxy:5084
}
libNtve_gf_SetDialogItemText(gv_s3EscapeDialogTimeRemaining, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(gv_s3EscapeTimer))), PlayerGroupAll());
if ((TimerGetRemaining(gv_s3EscapeTimer) < 0.1)) {
TriggerExecute(gt_ObjectiveEscapeFailed, true, false);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition02.sc2map — MapScript.galaxy:2376
}
else {
libNtve_gf_SetDialogItemText(lv_warpAwayValue, TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(lv_timetoTarget)), PlayerGroupAll());
DialogControlSetSize(lv_warpAwayProgressBar, PlayerGroupAll(), FixedToInt((IntToFixed(lv_c_Width) * ((DistanceBetweenPoints(UnitGetPosition(EventUnit()), UnitGetPosition(EventUnitTargetUnit())) - 1.0) / 19.0))), lv_c_Height);
libNtve_gf_SetDialogItemColor(lv_warpAwayProgressBar, libSwaC_gf_GetProgressBarColorCampaign(), PlayerGroupAll());
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zhybrid03.sc2map — MapScript.galaxy:436
// Implementation
libNtve_gf_SetDialogItemText(gv_templeChannelUITime, TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(lp_channelTimeRemaining)), PlayerGroupAll());
DialogControlSetSize(gv_templeChannelUIProgressBar, PlayerGroupAll(), FixedToInt((lv_c_Width * (IntToFixed(lp_channelTimeRemaining) / lp_channelTimeMAX))), lv_c_Height);
libNtve_gf_SetDialogItemColor(gv_templeChannelUIProgressBar, libSwaC_gf_GetProgressBarColorCampaign(), PlayerGroupAll());
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2map — MapScript.galaxy:10376
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/997F854F"), TextExpressionAssemble("Param/Expression/F40CB0C7"));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/3384E585"), FixedToText(gv_damageTakenFromArchangelAmount, 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/5862D225"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(gv_lowestLockDownTime)));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zspace02.sc2map — MapScript.galaxy:6872
TextExpressionSetToken("Param/Expression/FE40F6E3", "A", FixedToText(FixedToInt((gv_kerriganLowestLife/UnitGetPropertyFixed(gv_kerrigan, c_unitPropLifeMax, c_unitPropCurrent)*100)), 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/9CDC6969"), TextExpressionAssemble("Param/Expression/FE40F6E3"));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/9678C189"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_achievementPrisonDeckTimedRunTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/3B294871"), IntToText(PlayerScoreValueGetAsInt(gv_p01_USER, "UnitsKilledCount")));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/42B8A27C"), IntToText(PlayerScoreValueGetAsInt(gv_p01_USER, "UnitsLostCount")));
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus02.sc2map — MapScript.galaxy:2872
}
else {
TextExpressionSetToken("Param/Expression/A35860D2", "A", TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(UnitAbilityGetCooldown(gv_chrysalis, "PrimalSpawning", "Abil/PrimalSpawning"))));
libNtve_gf_SetDialogItemText(gv_spawnLocustButton, TextExpressionAssemble("Param/Expression/A35860D2"), PlayerGroupAll());
DialogControlSetEnabled(gv_spawnLocustButton, PlayerGroupAll(), false);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus02.sc2map — MapScript.galaxy:4625
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/31B2B553"), IntToText(gv_spawnLocustsUsed));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/284205FE"), IntToText(PlayerScoreValueGetAsInt(gv_pLAYER_04_TYRANNOZOR, "UnitsKilledCount")));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/1D244F41"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(gv_victoryStatTyrannozorLifeTimer)));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus03.sc2map — MapScript.galaxy:9037
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/1B488576"), IntToText(libNtve_gf_UnitGetPropertyKills(gv_kerrigan, c_unitPropCurrent)));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/408212A4"), FixedToText(gv_kerriganLowestLife, 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/2E9E303E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_yagdraTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus03.sc2map — MapScript.galaxy:9038
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/408212A4"), FixedToText(gv_kerriganLowestLife, 0));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/2E9E303E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_yagdraTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/4486B68E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_zurvanTimer))));
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus03.sc2map — MapScript.galaxy:9039
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/2E9E303E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_yagdraTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/4486B68E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_zurvanTimer))));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus03.sc2map — MapScript.galaxy:9040
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/36FDD762"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_kraithTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/E534D60D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_slivanTimer))));
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/4486B68E"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetElapsed(gv_zurvanTimer))));
libSwaC_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/voidprologue/voidprologue03.sc2map — MapScript.galaxy:5072
libNtve_gf_SetDialogItemStyle(gv_s3EscapeDialogTitle, "AmonShadowTextTitle", PlayerGroupAll());
DialogControlSetVisible(gv_s3EscapeDialogTitle, PlayerGroupAll(), true);
libNtve_gf_CreateDialogItemLabel(gv_s3EscapeDialog, 500, 50, c_anchorTop, 0, 50, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(gv_s3EscapeTimer))), ColorWithAlpha(0,0,0,0), false, 2.0);
gv_s3EscapeDialogTimeRemaining = DialogControlLastCreated();
libNtve_gf_SetDialogItemStyle(gv_s3EscapeDialogTimeRemaining, "AmonShadowTextScore", PlayerGroupAll());
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/voidprologue/voidprologue03.sc2map — MapScript.galaxy:5084
}
libNtve_gf_SetDialogItemText(gv_s3EscapeDialogTimeRemaining, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(gv_s3EscapeTimer))), PlayerGroupAll());
if ((TimerGetRemaining(gv_s3EscapeTimer) < 0.1)) {
TriggerExecute(gt_ObjectiveEscapeFailed, true, false);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:462
// Implementation
if ((lp_second < 3600)) {
return TextTimeFormat(StringExternal("Param/Value/lib_SwaC_2015A005"), lp_second);
}
else {
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:465
}
else {
return TextTimeFormat(StringExternal("Param/Value/lib_SwaC_BB62DA99"), lp_second);
}
}
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/void/pkorhal01.sc2map/MapScript.galaxy:4194
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/B492DEA1"), TextExpressionAssemble("Param/Expression/14C60FFC"));
}
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/6548581D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(gv_lowestTimeToImpact)));
libVCMI_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/void/pkorhal01.sc2map — MapScript.galaxy:4194
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/B492DEA1"), TextExpressionAssemble("Param/Expression/14C60FFC"));
}
VictoryPanelAddCustomStatisticLine(StringExternal("Param/Value/6548581D"), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(gv_lowestTimeToImpact)));
libVCMI_gf_EndCampaignMission(gv_pLAYER_01_USER, c_gameOverVictory);
return true;
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:8509
// Implementation
if ((lp_second < 3600)) {
return TextTimeFormat(StringExternal("Param/Value/lib_VoiC_A4F1A203"), lp_second);
}
else {
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:8512
}
else {
return TextTimeFormat(StringExternal("Param/Value/lib_VoiC_4E67BE7A"), lp_second);
}
}
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:4517
lv_progressBarValue = libNtve_gf_ValueFromDataTableDialogItem(true, libVCUI_gf_PU_ProgressBarUnit_DialogNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnit_DialogTypesOld_ProgressBar_Value));
DialogSetPositionRelativeToUnit(lv_progressBarDialog, lp_unit, lv_attachmentPreset, DataTableGetInt(true, libVCUI_gf_PU_ProgressBarUnit_DataNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnitStoredValuesOld_OffsetX)), DataTableGetInt(true, libVCUI_gf_PU_ProgressBarUnit_DataNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnitStoredValuesOld_OffsetY)));
libNtve_gf_SetDialogItemText(lv_progressBarValue, TextTimeFormat(StringToText("<sectotal/>"), DataTableGetInt(true, libVCUI_gf_PU_ProgressBarUnit_DataNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnitStoredValuesOld_CurValue))), PlayerGroupAll());
DialogControlSetSize(lv_progressBarProgressBar, PlayerGroupAll(), FixedToInt((lv_c_Width * ( (IntToFixed(DataTableGetInt(true, libVCUI_gf_PU_ProgressBarUnit_DataNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnitStoredValuesOld_CurValue))) - IntToFixed(DataTableGetInt(true, libVCUI_gf_PU_ProgressBarUnit_DataNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnitStoredValuesOld_MinValue)))) / (IntToFixed(DataTableGetInt(true, libVCUI_gf_PU_ProgressBarUnit_DataNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnitStoredValuesOld_MaxValue))) - IntToFixed(DataTableGetInt(true, libVCUI_gf_PU_ProgressBarUnit_DataNameOld(lp_unit, libVCUI_ge_PU_ProgressBarUnitStoredValuesOld_MinValue)))) ))), lv_c_Height);
libNtve_gf_SetDialogItemColor(lv_progressBarProgressBar, libVCUI_gf_GetProgressBarColorCampaign(), PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:4774
}
libNtve_gf_SetDialogItemText(lv_progressBarValue, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lv_curValue), PlayerGroupAll());
if ((lv_minValue > lv_maxValue)) {
lv_swapValue = lv_minValue;
mods/heroesbrawlmods/arenamodemods/punisherarena.stormmod — base.stormdata/LibAMPU.galaxy:2246
}
else {
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(lv_spawnTimer))), PlayerGroupAll());
Wait(0.25, c_timeGame);
}
mods/heroesbrawlmods/arenamodemods/punisherarena.stormmod — base.stormdata/LibAMPU.galaxy:2309
}
else {
libNtve_gf_SetDialogItemText(libAMPU_gv_aRMPunisherPanel.lv_punisherRespawnTimers[lv_team], TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(lv_respawnTimer))), PlayerGroupAll());
Wait(0.25, c_timeGame);
}
mods/heroesbrawlmods/arenamodemods/trialgrounds.stormmod — base.stormdata/LibAMVS.galaxy:601
while ((TimerGetRemaining(lp_timer) > 0.0)) {
if ((TimerGetRemaining(lp_timer) > 5.0)) {
libNtve_gf_SetDialogItemText(libAMVS_gv_trGr_UI.lv_timerLabel, TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetRemaining(lp_timer))), PlayerGroupAll());
}
else if ((TimerGetRemaining(lp_timer) < 5.0)) {
mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmod — base.stormdata/LibMDoE.galaxy:848
// Implementation
TimerStart(lv_cannonActivationWarningTimer, lv_warningTime_C, false, c_timeGame);
TextExpressionSetToken("Param/Expression/lib_MDoE_CB8DE8D6", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetDuration(lv_cannonActivationWarningTimer))));
TextTagSetText(lv_orderTextTag, TextExpressionAssemble("Param/Expression/lib_MDoE_CB8DE8D6"));
TextExpressionSetToken("Param/Expression/lib_MDoE_85F1D362", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetDuration(lv_cannonActivationWarningTimer))));
mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmod — base.stormdata/LibMDoE.galaxy:850
TextExpressionSetToken("Param/Expression/lib_MDoE_CB8DE8D6", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetDuration(lv_cannonActivationWarningTimer))));
TextTagSetText(lv_orderTextTag, TextExpressionAssemble("Param/Expression/lib_MDoE_CB8DE8D6"));
TextExpressionSetToken("Param/Expression/lib_MDoE_85F1D362", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetDuration(lv_cannonActivationWarningTimer))));
TextTagSetText(lv_chaosTextTag, TextExpressionAssemble("Param/Expression/lib_MDoE_85F1D362"));
TextTagShow(lv_orderTextTag, PlayerGroupAll(), true);
mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmod — base.stormdata/LibMDoE.galaxy:857
for ( ; ( (auto20314A21_ai >= 0 && lv_teamIndex <= auto20314A21_ae) || (auto20314A21_ai < 0 && lv_teamIndex >= auto20314A21_ae) ) ; lv_teamIndex += auto20314A21_ai ) {
while ((UnitHasBehavior2(lp_cannonUnit, "CannonDeactivated") == true)) {
TextExpressionSetToken("Param/Expression/lib_MDoE_99823B9F", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetRemaining(lv_cannonActivationWarningTimer))));
TextTagSetText(lv_orderTextTag, TextExpressionAssemble("Param/Expression/lib_MDoE_99823B9F"));
TextExpressionSetToken("Param/Expression/lib_MDoE_7D03AB59", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetRemaining(lv_cannonActivationWarningTimer))));
mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmod — base.stormdata/LibMDoE.galaxy:859
TextExpressionSetToken("Param/Expression/lib_MDoE_99823B9F", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetRemaining(lv_cannonActivationWarningTimer))));
TextTagSetText(lv_orderTextTag, TextExpressionAssemble("Param/Expression/lib_MDoE_99823B9F"));
TextExpressionSetToken("Param/Expression/lib_MDoE_7D03AB59", "A", TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetRemaining(lv_cannonActivationWarningTimer))));
TextTagSetText(lv_chaosTextTag, TextExpressionAssemble("Param/Expression/lib_MDoE_7D03AB59"));
Wait(1.0, c_timeGame);
mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmod — base.stormdata/LibMDoE.galaxy:1453
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetDialogItemText(libMDoE_gv_MMTreasureVaultPanel.lv_altarWarningTimerLabel, TextTimeFormat(StringToText("<min2/>:<sec2/>"), lp_progressUnit), PlayerGroupAll());
}
mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmod — base.stormdata/LibMDoE.galaxy:1459
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetDialogItemText(libMDoE_gv_MMTreasureVaultPanel.lv_altarActiveTimerLabel, TextTimeFormat(StringToText("<min2/>:<sec2/>"), lp_progressUnit), PlayerGroupAll());
}
mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmod — base.stormdata/LibPEB1.galaxy:3990
auto5317DCD6_val = libPEB1_gv_creepCamps[lp_campIndex].lv_lane;
if (auto5317DCD6_val == libPEB1_ge_Lane_Bottom) {
TextExpressionSetToken("Param/Expression/lib_PEB1_84D206AC", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetRemaining(libPEB1_gv_creepCamps[lp_campIndex].lv_respawnTimer))));
TextTagSetText(libPEB1_gv_creepCamps[lp_campIndex].lv_helperTextTag, TextExpressionAssemble("Param/Expression/lib_PEB1_84D206AC"));
}
mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmod — base.stormdata/LibPEB1.galaxy:3994
}
else if (auto5317DCD6_val == libPEB1_ge_Lane_Top) {
TextExpressionSetToken("Param/Expression/lib_PEB1_3BFB3325", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetRemaining(libPEB1_gv_creepCamps[lp_campIndex].lv_respawnTimer))));
TextTagSetText(libPEB1_gv_creepCamps[lp_campIndex].lv_helperTextTag, TextExpressionAssemble("Param/Expression/lib_PEB1_3BFB3325"));
}
mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmod — base.stormdata/LibPEB1.galaxy:4212
}
while (true) {
libNtve_gf_SetDialogItemText(libPEB1_gv_pZEObjectivePanel.lv_objectivePanelTimerLabel2, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(lp_timerPanelTimer))), PlayerGroupAll());
Wait(0.5, c_timeGame);
if ((libPEB1_gv_pZEObjectivePanel.lv_state != libPEB1_ge_PZEObjectivePanelState_OnTimer)) {
mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmod — base.stormdata/LibPEB1.galaxy:4358
}
while (true) {
libNtve_gf_SetDialogItemText(libPEB1_gv_pZEHoldoutPanel.lv_timerPanelTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(lp_timerPanelTimer))), PlayerGroupAll());
Wait(0.5, c_timeGame);
if ((libPEB1_gv_pZEHoldoutPanel.lv_state != libPEB1_ge_PZEHoldoutPanelState_OnTimer)) {
mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmod — base.stormdata/LibPEB1.galaxy:12036
}
libNtve_gf_SetDialogItemText(libPEB1_gv_pZEScoreScreenPanel.lv_timeLabel, TextTimeFormat(StringToText("<hour2/>:<min2/>:<sec2/>"), libPEB1_gv_victoryTime), PlayerGroupAll());
return true;
}
mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmod — base.stormdata/LibPEB1.galaxy:12164
}
lv_time = MaxF(0.0, libUIUI_gf_HeroesGameTime());
libNtve_gf_SetDialogItemText(libPEB1_gv_pZETabScreenPanel.lv_currentTimeLabel, TextTimeFormat(StringToText("<hour2/>:<min2/>:<sec2/>"), FixedToInt(lv_time)), PlayerGroupAll());
return true;
}
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:2358
}
while (true) {
libNtve_gf_SetDialogItemText(libPEB1_gv_pZEHoldoutPanel.lv_timerPanelTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(lp_timerPanelTimer))), PlayerGroupAll());
Wait(1.0, c_timeGame);
if ((libPEB1_gv_pZEHoldoutPanel.lv_state != libPEB1_ge_PZEHoldoutPanelState_OnTimer)) {
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11201
}
libNtve_gf_SetDialogItemText(libPEB1_gv_pZEScoreScreenPanel.lv_timeLabel, TextTimeFormat(StringToText("<hour2/>:<min2/>:<sec2/>"), libPEB1_gv_victoryTime), PlayerGroupAll());
return true;
}
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11290
}
libNtve_gf_SetDialogItemText(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(libPEB1_gv_goldTime_C)), PlayerGroupAll());
libNtve_gf_SetDialogItemStyle(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, "Storm_CoopBrawlTopBarTimerGold", PlayerGroupAll());
DialogControlFadeTransparency(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, PlayerGroupAll(), 0.0, 0.0);
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11293
libNtve_gf_SetDialogItemStyle(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, "Storm_CoopBrawlTopBarTimerGold", PlayerGroupAll());
DialogControlFadeTransparency(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, PlayerGroupAll(), 0.0, 0.0);
libNtve_gf_SetDialogItemText(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt((libPEB1_gv_silverTime_C - libPEB1_gv_goldTime_C))), PlayerGroupAll());
libNtve_gf_SetDialogItemStyle(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, "Storm_CoopBrawlTopBarTimerDisabled", PlayerGroupAll());
DialogControlFadeTransparency(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, PlayerGroupAll(), 0.0, 50.0);
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11330
lv_time = libUIUI_gf_HeroesGameTime();
if ((lv_time < libPEB1_gv_goldTime_C)) {
libNtve_gf_SetDialogItemText(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), CeilingI((libPEB1_gv_goldTime_C - TimerGetElapsed(libGame_gv_gameTimer)))), PlayerGroupAll());
DialogControlSetSize(libPESC_gv_pVEBrawlTopBar.lv_timerBarGold, PlayerGroupAll(), FixedToInt((((libPEB1_gv_goldTime_C - TimerGetElapsed(libGame_gv_gameTimer)) * lv_goldBarWidth_C) / libPEB1_gv_goldTime_C)), 14);
}
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11335
else if ((lv_time >= libPEB1_gv_goldTime_C) && (lv_missionTimerState == 0)) {
lv_missionTimerState += 1;
libNtve_gf_SetDialogItemText(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), 0), PlayerGroupAll());
libNtve_gf_SetDialogItemStyle(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, "Storm_CoopBrawlTopBarTimerDisabled", PlayerGroupAll());
DialogControlFadeTransparency(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, PlayerGroupAll(), 0.0, 50.0);
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11339
DialogControlFadeTransparency(libPESC_gv_pVEBrawlTopBar.lv_timerLabelGold, PlayerGroupAll(), 0.0, 50.0);
DialogControlSetVisible(libPESC_gv_pVEBrawlTopBar.lv_timerBarGold, PlayerGroupAll(), false);
libNtve_gf_SetDialogItemText(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt((libPEB1_gv_silverTime_C - libPEB1_gv_goldTime_C))), PlayerGroupAll());
libNtve_gf_SetDialogItemStyle(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, "Storm_CoopBrawlTopBarTimerSilver", PlayerGroupAll());
DialogControlFadeTransparency(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, PlayerGroupAll(), 0.0, 0.0);
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11344
}
else if ((lv_time > libPEB1_gv_goldTime_C) && (lv_time < libPEB1_gv_silverTime_C) && (lv_missionTimerState == 1)) {
libNtve_gf_SetDialogItemText(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), CeilingI((libPEB1_gv_silverTime_C - TimerGetElapsed(libGame_gv_gameTimer)))), PlayerGroupAll());
DialogControlSetSize(libPESC_gv_pVEBrawlTopBar.lv_timerBarSilver, PlayerGroupAll(), FixedToInt((((libPEB1_gv_silverTime_C - TimerGetElapsed(libGame_gv_gameTimer)) * lv_silverBarWidth_C) / (libPEB1_gv_silverTime_C - libPEB1_gv_goldTime_C))), 14);
}
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11348
}
else if ((lv_time >= libPEB1_gv_silverTime_C) && (lv_missionTimerState == 1)) {
libNtve_gf_SetDialogItemText(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), 0), PlayerGroupAll());
libNtve_gf_SetDialogItemStyle(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, "Storm_CoopBrawlTopBarTimerDisabled", PlayerGroupAll());
DialogControlFadeTransparency(libPESC_gv_pVEBrawlTopBar.lv_timerLabelSilver, PlayerGroupAll(), 0.0, 50.0);
mods/heroesbrawlmods/brawlmapmods/coop/escapefrombraxis.stormmod — base.stormdata/LibPEB1.galaxy:11377
if ((libPVEB_gv_gameOverResult == c_gameOverVictory)) {
libNtve_gf_SetDialogItemText(libPVEB_gv_pBGameOverScreen.lv_timeLabel, TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))), PlayerGroupAll());
if ((IntToFixed(libPEB1_gv_victoryTime) <= libPEB1_gv_goldTime_C)) {
libNtve_gf_SetDialogItemStyle(libPVEB_gv_pBGameOverScreen.lv_timeLabel, "Storm_CoopBrawlVictoryTimeLabelGold", PlayerGroupAll());
mods/heroesbrawlmods/brawlmapmods/coop/pvebrawluimod.stormmod — base.stormdata/LibPBUI.galaxy:448
while (true) {
lv_remaingTime = TimerGetRemaining(libPBUI_gv_curateHeroSelectionSetting.lv_countdownTimer);
libNtve_gf_SetDialogItemText(libPBUI_gv_curateHeroSelectionUI.lv_countdownLabel, TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetRemaining(libPBUI_gv_curateHeroSelectionSetting.lv_countdownTimer))), PlayerGroupAll());
if ((lv_remaingTime < 11.0) && (TimerIsPaused(libPBUI_gv_curateHeroSelectionSetting.lv_countdownTimer) == false) && (lv__10SecondReminderPlayed == false)) {
lv__10SecondReminderPlayed = true;
mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod — base.stormdata/LibPVEU.galaxy:471
while (true) {
lv_remaingTime = TimerGetRemaining(libPVEU_gv_pvEUICurateHeroSelectionSetting.lv_countdownTimer);
libNtve_gf_SetDialogItemText(libPVEU_gv_pvEUICurateHeroSelectionUI.lv_countdownLabel, TextTimeFormat(StringToText("<sectotal/>"), FixedToInt(TimerGetRemaining(libPVEU_gv_pvEUICurateHeroSelectionSetting.lv_countdownTimer))), PlayerGroupAll());
if ((lv_remaingTime < 11.0) && (TimerIsPaused(libPVEU_gv_pvEUICurateHeroSelectionSetting.lv_countdownTimer) == false) && (lv__10SecondReminderPlayed == false)) {
lv__10SecondReminderPlayed = true;
mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod — base.stormdata/LibPVEU.galaxy:2159
}
libNtve_gf_SetDialogItemText(libPVEU_gv_pvEUITabScreenPanel.lv_pvEUITabScreen_CurrentTimeLabel, TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(lv_time)), PlayerGroupAll());
Wait(0.25, c_timeGame);
}
mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmod — base.stormdata/LibMHPP.galaxy:1415
while ((libGame_gv_gameOver == false)) {
if ((TimerGetRemaining(libGame_gv_openTheGatesTimer) > 0.0)) {
libNtve_gf_SetDialogItemText(libMHPP_gv_mHPPUI.lv_topPanel_RoundTime, TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetRemaining(libGame_gv_openTheGatesTimer))), PlayerGroupAll());
}
else {
mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmod — base.stormdata/LibMHPP.galaxy:1418
}
else {
libNtve_gf_SetDialogItemText(libMHPP_gv_mHPPUI.lv_topPanel_RoundTime, TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetRemaining(libMHPP_gv_mHPP_DefenseTimeToWinTimer))), PlayerGroupAll());
}
Wait(1.0, c_timeGame);
mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmod — base.stormdata/LibMHPP.galaxy:1460
lv_currentTime += (libMHPP_gv_mHPP_CheckPointReachedBonusTime_C/32);
TimerStart(libMHPP_gv_mHPP_DefenseTimeToWinTimer, lv_currentTime, false, c_timeGame);
libNtve_gf_SetDialogItemText(libMHPP_gv_mHPPUI.lv_topPanel_RoundTime, TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetRemaining(libMHPP_gv_mHPP_DefenseTimeToWinTimer))), PlayerGroupAll());
Wait(0.0625, c_timeGame);
}
mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmod — base.stormdata/LibMHPP.galaxy:1989
libMHPP_gv_mHPPUI.lv_DoEs_CoreHealthLabel3 = DialogControlLastCreated();
DialogControlHookup(libMHPP_gv_mHPPUI.lv_DoEs_CoreHealthLabel3, c_triggerControlTypeLabel, "TimeAdded");
TextExpressionSetToken("Param/Expression/lib_MHPP_9366682D", "A", TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(libMHPP_gv_mHPP_CheckPointReachedBonusTime_C)));
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), TextExpressionAssemble("Param/Expression/lib_MHPP_9366682D"), PlayerGroupAll());
libMHPP_gv_mHPPUI.lv_DoEs_CoreHealthLabel2 = DialogControlLastCreated();
mods/heroesbrawlmods/brawlmapmods/lunarfestival.stormmod — base.stormdata/LibLNYF.galaxy:1736
DialogControlHookup(lv_hUDContainer, c_triggerControlTypeLabel, "LapTimeLabel_Bottom");
libLNYF_gv_uI.lv_gameTimeLabel[2] = DialogControlLastCreated();
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[1], TextTimeFormat(StringToText("<min2/>:<sec2/>"), 0), PlayerGroupAll());
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[2], TextTimeFormat(StringToText("<min2/>:<sec2/>"), 0), PlayerGroupAll());
DialogControlHookup(lv_mutatorPanel, c_triggerControlTypePanel, "RaceCompleteFrame");
mods/heroesbrawlmods/brawlmapmods/lunarfestival.stormmod — base.stormdata/LibLNYF.galaxy:1737
libLNYF_gv_uI.lv_gameTimeLabel[2] = DialogControlLastCreated();
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[1], TextTimeFormat(StringToText("<min2/>:<sec2/>"), 0), PlayerGroupAll());
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[2], TextTimeFormat(StringToText("<min2/>:<sec2/>"), 0), PlayerGroupAll());
DialogControlHookup(lv_mutatorPanel, c_triggerControlTypePanel, "RaceCompleteFrame");
libLNYF_gv_uI.lv_raceCompleteFrame = DialogControlLastCreated();
mods/heroesbrawlmods/brawlmapmods/lunarfestival.stormmod — base.stormdata/LibLNYF.galaxy:1882
while (true) {
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[1], TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))), PlayerGroupAll());
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[2], TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))), PlayerGroupAll());
Wait(1.0, c_timeGame);
mods/heroesbrawlmods/brawlmapmods/lunarfestival.stormmod — base.stormdata/LibLNYF.galaxy:1883
while (true) {
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[1], TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))), PlayerGroupAll());
libNtve_gf_SetDialogItemText(libLNYF_gv_uI.lv_gameTimeLabel[2], TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))), PlayerGroupAll());
Wait(1.0, c_timeGame);
}
mods/heroesbrawlmods/brawlmapmods/onelane/onelanemapshared.stormmod — base.stormdata/LibOLMS.galaxy:50
// Automatic Variable Declarations
// Implementation
TextExpressionSetToken("Param/Expression/lib_OLMS_6E84E410", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(UnitBehaviorDuration(lp_unit, "GenerateRegenGlobe"))));
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_OLMS_6E84E410"), 24, UnitGetPosition(lp_unit), 2.0, true, false, PlayerGroupAll());
while ((UnitHasBehavior2(lp_unit, "GenerateRegenGlobe") == true)) {
mods/heroesbrawlmods/brawlmapmods/onelane/onelanemapshared.stormmod — base.stormdata/LibOLMS.galaxy:53
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_OLMS_6E84E410"), 24, UnitGetPosition(lp_unit), 2.0, true, false, PlayerGroupAll());
while ((UnitHasBehavior2(lp_unit, "GenerateRegenGlobe") == true)) {
TextExpressionSetToken("Param/Expression/lib_OLMS_EA11C855", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(UnitBehaviorDuration(lp_unit, "GenerateRegenGlobe"))));
TextTagSetText(TextTagLastCreated(), TextExpressionAssemble("Param/Expression/lib_OLMS_EA11C855"));
Wait(1.0, c_timeGame);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/GameLib.galaxy:11225
// Implementation
PlayerScoreValueSetFromInt(lp_player, lp_score, lp_value);
TextExpressionSetToken("Param/Expression/lib_Game_B600485F", "D", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))));
TextExpressionSetToken("Param/Expression/lib_Game_B600485F", "A", IntToText(lp_player));
TextExpressionSetToken("Param/Expression/lib_Game_B600485F", "B", StringToText((lp_score)));
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/MapMechanicsLib.galaxy:1067
if ((TimerGetRemaining(libMapM_gv_jungleCreepCamps[lp_camp].lv_stateCreepRespawnTimer) > 0.0)) {
TextExpressionSetToken("Param/Expression/lib_MapM_A9F1CFD7", "A", TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(libMapM_gv_jungleCreepCamps[lp_camp].lv_stateCreepRespawnTimer))));
lv_subText = TextExpressionAssemble("Param/Expression/lib_MapM_A9F1CFD7");
TextExpressionSetToken("Param/Expression/lib_MapM_5E46FF3A", "B", lv_titleText);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/MapMechanicsLib.galaxy:1070
lv_subText = TextExpressionAssemble("Param/Expression/lib_MapM_A9F1CFD7");
TextExpressionSetToken("Param/Expression/lib_MapM_5E46FF3A", "B", lv_titleText);
TextExpressionSetToken("Param/Expression/lib_MapM_5E46FF3A", "A", TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(libMapM_gv_jungleCreepCamps[lp_camp].lv_stateCreepRespawnTimer))));
ActorSendAsText(libNtve_gf_MainActorofUnit(libMapM_gv_jungleCreepCamps[lp_camp].lv_campIconUnit), TextExpressionAssemble("Param/Expression/lib_MapM_5E46FF3A"));
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:455
lv_gameSeconds = (TimerGetElapsed(libGame_gv_gameTimer) - libSprt_gv_statTrackingStartTime[lp_reportPlayer]);
TriggerDebugOutput(7, StringExternal("Param/Value/lib_Sprt_63F766C8"), false);
TextExpressionSetToken("Param/Expression/lib_Sprt_C2B10209", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(libSprt_gv_statTrackingStartTime[lp_reportPlayer])));
TextExpressionSetToken("Param/Expression/lib_Sprt_C2B10209", "B", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))));
TextExpressionSetToken("Param/Expression/lib_Sprt_C2B10209", "C", UnitTypeGetName(UnitGetType(libGame_gv_players[lp_reportPlayer].lv_heroUnit)));
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:456
TriggerDebugOutput(7, StringExternal("Param/Value/lib_Sprt_63F766C8"), false);
TextExpressionSetToken("Param/Expression/lib_Sprt_C2B10209", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(libSprt_gv_statTrackingStartTime[lp_reportPlayer])));
TextExpressionSetToken("Param/Expression/lib_Sprt_C2B10209", "B", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))));
TextExpressionSetToken("Param/Expression/lib_Sprt_C2B10209", "C", UnitTypeGetName(UnitGetType(libGame_gv_players[lp_reportPlayer].lv_heroUnit)));
TextExpressionSetToken("Param/Expression/lib_Sprt_C2B10209", "D", libGame_gv_players[lp_reportPlayer].lv_name);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:8079
TriggerEnable(TriggerGetCurrent(), false);
if ((StringCompare(EventChatMessage(false), EventChatMessage(true), c_stringNoCase) == 0)) {
TextExpressionSetToken("Param/Expression/lib_Sprt_3FB0E761", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt(TimerGetElapsed(libGame_gv_gameTimer))));
UIDisplayMessage(PlayerGroupAll(), c_messageAreaSubtitle, TextExpressionAssemble("Param/Expression/lib_Sprt_3FB0E761"));
TriggerEnable(TriggerGetCurrent(), true);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:8101
}
TextExpressionSetToken("Param/Expression/lib_Sprt_0B245A95", "A", TextTimeFormat(StringToText("<min2/>:<sec2/>"), FixedToInt((lv_newTime * 60.0))));
UIDisplayMessage(PlayerGroupAll(), c_messageAreaSubtitle, TextExpressionAssemble("Param/Expression/lib_Sprt_0B245A95"));
lv_newLevel = MinI(30, StringToInt(StringWord(EventChatMessage(false), 3)));
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:4705
}
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_ravenCourtCurseTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingSeconds), PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:4711
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_ravenCourtTributeSpawnTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingSeconds), PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:4750
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_hauntedMinesMineTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingSeconds), PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:4831
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_dragonShireShrineTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingSeconds), PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:4875
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_dragonShireDragonTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingSeconds), PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:5028
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorTimeOfDayCountdownLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingSeconds), PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:5159
lv_enemyTeam = (3 - lp_team);
if ((lp_remainingTime > 0)) {
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameAllyGolemTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingTime), libGame_gv_teams[lp_team].lv_teamPlayerGroupNoNPCPlayers);
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameEnemyGolemTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingTime), libGame_gv_teams[lv_enemyTeam].lv_teamPlayerGroupNoNPCPlayers);
DialogControlSetVisible(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameAllyGolemTimerLabel, libGame_gv_teams[lp_team].lv_teamPlayerGroupNoNPCPlayers, true);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:5160
if ((lp_remainingTime > 0)) {
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameAllyGolemTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingTime), libGame_gv_teams[lp_team].lv_teamPlayerGroupNoNPCPlayers);
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameEnemyGolemTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingTime), libGame_gv_teams[lv_enemyTeam].lv_teamPlayerGroupNoNPCPlayers);
DialogControlSetVisible(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameAllyGolemTimerLabel, libGame_gv_teams[lp_team].lv_teamPlayerGroupNoNPCPlayers, true);
DialogControlSetVisible(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameEnemyGolemTimerLabel, libGame_gv_teams[lv_enemyTeam].lv_teamPlayerGroupNoNPCPlayers, true);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:5165
autoAF37D237_val = lp_team;
if (autoAF37D237_val == libGame_gv_teamOrderIndex_C) {
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameAllyGolemTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingTime), libCore_gv_playerGroupFromPlayer[libCore_gv_oBSERVER_ObserverUIPlayer]);
DialogControlSetVisible(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameAllyGolemTimerLabel, libCore_gv_playerGroupFromPlayer[libCore_gv_oBSERVER_ObserverUIPlayer], true);
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:5169
}
else if (autoAF37D237_val == libGame_gv_teamChaosIndex_C) {
libNtve_gf_SetDialogItemText(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameEnemyGolemTimerLabel, TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), lp_remainingTime), libCore_gv_playerGroupFromPlayer[libCore_gv_oBSERVER_ObserverUIPlayer]);
DialogControlSetVisible(libUIUI_gv_mapMechanicsPanel.lv_gardenOfTerrorGolemFrameEnemyGolemTimerLabel, libCore_gv_playerGroupFromPlayer[libCore_gv_oBSERVER_ObserverUIPlayer], true);
}
mods/heroesmapmods/battlegroundmapmods/alteracpass.stormmod — base.stormdata/LibMMAP.galaxy:1242
if ((lp_timer != null)) {
while ((TimerGetRemaining(lp_timer) > 0)) {
lv_timerText = TextTimeFormat(StringToText("<mintotal/>:<sec2/>"), FixedToInt(TimerGetRemaining(lp_timer)));
TextExpressionSetToken("Param/Expression/lib_MMAP_6184A784", "A", lp_alliedText);
TextExpressionSetToken("Param/Expression/lib_MMAP_6184A784", "B", lv_timerText);