# Last Started Timer
Grammar — Last started timer
Flags —Native
|Function
Returns the last timer started via a “Start Timer” action in the trigger.
Returns — timer
native timer TimerLastStarted();
# Related
Category: Timer / Timers
- Set Score Timer —
void
— SetScoreTimer - Time Elapsed —
void
— TriggerAddEventTimeElapsed - Periodic Event —
void
— TriggerAddEventTimePeriodic - Start Timer —
void
— TimerStart - Last Started Timer —
timer
— TimerLastStarted - Restart Timer —
void
— TimerRestart - Pause/Unpause Timer —
void
— TimerPause - Stop Timer —
void
— libNtve_gf_StopTimer - Timer Is Paused —
bool
— TimerIsPaused - New Timer —
timer
— TimerCreate - Duration Of Timer —
fixed
— TimerGetDuration - Timer Expires —
void
— TriggerAddEventTimer - Triggering Timer —
timer
— EventTimer
# Examples
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thanson02.sc2map/MapScript.galaxy:801
TimerStart(gv_mainTimer, 90.0, false, c_timeGame);
}
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/1973AF56"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TimerWindowSetStyle(gv_mainTimerWindow, c_timerWindowStyleHorizontalTitleTime, false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:1276
TimerStart(gv_distractionTimer, gv_distractionTime, false, c_timeGame);
gv_distractionTimer = TimerLastStarted();
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/E6304B93"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:1277
TimerStart(gv_distractionTimer, gv_distractionTime, false, c_timeGame);
gv_distractionTimer = TimerLastStarted();
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/E6304B93"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
gv_distractionTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02a.sc2map/MapScript.galaxy:3453
libNtve_gf_SendActorMessageToUnit(gv_tHEONERAYNOR, "RefSet ::global.RaynorCommando ::Self");
TimerStart(gv_holdoutTimer, 150.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/23FF264F"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
TimerWindowSetColor(TimerWindowLastCreated(), c_timerWindowColorTime, Color(0.00, 100.00, 0.00), 0.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02a.sc2map/MapScript.galaxy:5360
libNtve_gf_SendActorMessageToUnit(gv_tHEONERAYNOR, "RefSet ::global.RaynorCommando ::Self");
TimerStart(gv_holdoutTimer, 150.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/8B3216F3"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
TimerWindowSetColor(TimerWindowLastCreated(), c_timerWindowColorTime, Color(0.00, 100.00, 0.00), 0.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1513
TriggerExecute(gt_PlatformLinesBRAQ, true, false);
TimerStart(gv_platformBlowsTimerArea01, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/4C8584A2"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1516
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1581
TriggerExecute(gt_PlatformLinesBLAQ, true, false);
TimerStart(gv_platformBlowsTimerArea02, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/6A242E34"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1584
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1649
TriggerExecute(gt_PlatformLinesTLAQ, true, false);
TimerStart(gv_platformBlowsTimerArea03, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/2F9B939E"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1652
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1717
TriggerExecute(gt_PlatformLinesTRAQ, true, false);
TimerStart(gv_platformBlowsTimerArea04, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/AD56BF00"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tvalerian02b.sc2map/MapScript.galaxy:1720
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:5875
TimerStart(gv_timerEscape, 120.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/00C4A4C7"), true, false);
BoardItemSetTextColor(BoardLastCreated(), 1, 1, Color(100.00, 100.00, 100.00));
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tzeratul01.sc2map/MapScript.galaxy:5876
TimerStart(gv_timerEscape, 120.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/00C4A4C7"), true, false);
BoardItemSetTextColor(BoardLastCreated(), 1, 1, Color(100.00, 100.00, 100.00));
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:824
TriggerExecute(gt_ObjectiveKillUpdate, true, false);
TimerStart(gv_mainTimer, 150.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/C83E2D28"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
gv_mainTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:537
TriggerExecute(gt_Attackwavez, true, false);
TimerStart(gv_mainTimer, gv_mainTimerAmount, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/07E62F5C"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_mainTimerWindow, StringToText("<min2/>:<sec2/>"));
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/economy.sc2map/MapScript.galaxy:1755
TriggerExecute(gt_Attackwavez, true, false);
TimerStart(gv_mainTimer, gv_mainTimerAmount, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/5C2DB8E5"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_mainTimerWindow, StringToText("<min2/>:<sec2/>"));
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:160
TimerStart(gv_mainTimer, lp_mTimeInbetweenWave, false, c_timeGame);
TriggerEnable(gt_TimerWindowWarningYellow, true);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/261AD682"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
Wait(8.0, c_timeGame);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/rushdefense.sc2map/MapScript.galaxy:478
}
TimerStart(gv_prepTimer, 57.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/32DBD2F9"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
gv_prepTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/rushdefense.sc2map/MapScript.galaxy:714
}
TimerStart(gv_prepTimer, 80.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/85654043"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
gv_prepTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:810
TriggerExecute(gt_TipCloakingQ, true, false);
TimerStart(gv_mainTimer, 210.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/191988A6"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TriggerExecute(gt_PatrollingOverseers, true, false);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:793
gv_board = BoardLastCreated();
TimerStart(gv_mainTimer, 300.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/AA43E721"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
Wait(280.0, c_timeGame);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thanson02.sc2map — MapScript.galaxy:801
TimerStart(gv_mainTimer, 90.0, false, c_timeGame);
}
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/1973AF56"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TimerWindowSetStyle(gv_mainTimerWindow, c_timerWindowStyleHorizontalTitleTime, false);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2map — MapScript.galaxy:1276
TimerStart(gv_distractionTimer, gv_distractionTime, false, c_timeGame);
gv_distractionTimer = TimerLastStarted();
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/E6304B93"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2map — MapScript.galaxy:1277
TimerStart(gv_distractionTimer, gv_distractionTime, false, c_timeGame);
gv_distractionTimer = TimerLastStarted();
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/E6304B93"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
gv_distractionTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02a.sc2map — MapScript.galaxy:3453
libNtve_gf_SendActorMessageToUnit(gv_tHEONERAYNOR, "RefSet ::global.RaynorCommando ::Self");
TimerStart(gv_holdoutTimer, 150.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/23FF264F"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
TimerWindowSetColor(TimerWindowLastCreated(), c_timerWindowColorTime, Color(0.00, 100.00, 0.00), 0.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02a.sc2map — MapScript.galaxy:5360
libNtve_gf_SendActorMessageToUnit(gv_tHEONERAYNOR, "RefSet ::global.RaynorCommando ::Self");
TimerStart(gv_holdoutTimer, 150.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/8B3216F3"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
TimerWindowSetColor(TimerWindowLastCreated(), c_timerWindowColorTime, Color(0.00, 100.00, 0.00), 0.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1513
TriggerExecute(gt_PlatformLinesBRAQ, true, false);
TimerStart(gv_platformBlowsTimerArea01, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/4C8584A2"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1516
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1581
TriggerExecute(gt_PlatformLinesBLAQ, true, false);
TimerStart(gv_platformBlowsTimerArea02, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/6A242E34"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1584
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1649
TriggerExecute(gt_PlatformLinesTLAQ, true, false);
TimerStart(gv_platformBlowsTimerArea03, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/2F9B939E"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1652
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1717
TriggerExecute(gt_PlatformLinesTRAQ, true, false);
TimerStart(gv_platformBlowsTimerArea04, 45.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/AD56BF00"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tvalerian02b.sc2map — MapScript.galaxy:1720
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
if ((gv_inCinematic == true)) {
TimerPause(TimerLastStarted(), true);
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tzeratul01.sc2map — MapScript.galaxy:5875
TimerStart(gv_timerEscape, 120.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/00C4A4C7"), true, false);
BoardItemSetTextColor(BoardLastCreated(), 1, 1, Color(100.00, 100.00, 100.00));
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tzeratul01.sc2map — MapScript.galaxy:5876
TimerStart(gv_timerEscape, 120.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/00C4A4C7"), true, false);
BoardItemSetTextColor(BoardLastCreated(), 1, 1, Color(100.00, 100.00, 100.00));
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2map — MapScript.galaxy:824
TriggerExecute(gt_ObjectiveKillUpdate, true, false);
TimerStart(gv_mainTimer, 150.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/C83E2D28"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
gv_mainTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:537
TriggerExecute(gt_Attackwavez, true, false);
TimerStart(gv_mainTimer, gv_mainTimerAmount, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/07E62F5C"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_mainTimerWindow, StringToText("<min2/>:<sec2/>"));
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/economy.sc2map — MapScript.galaxy:1755
TriggerExecute(gt_Attackwavez, true, false);
TimerStart(gv_mainTimer, gv_mainTimerAmount, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/5C2DB8E5"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_mainTimerWindow, StringToText("<min2/>:<sec2/>"));
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2map — MapScript.galaxy:160
TimerStart(gv_mainTimer, lp_mTimeInbetweenWave, false, c_timeGame);
TriggerEnable(gt_TimerWindowWarningYellow, true);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/261AD682"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
Wait(8.0, c_timeGame);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/rushdefense.sc2map — MapScript.galaxy:478
}
TimerStart(gv_prepTimer, 57.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/32DBD2F9"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
gv_prepTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/rushdefense.sc2map — MapScript.galaxy:714
}
TimerStart(gv_prepTimer, 80.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/85654043"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
gv_prepTimerWindow = TimerWindowLastCreated();
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2map — MapScript.galaxy:810
TriggerExecute(gt_TipCloakingQ, true, false);
TimerStart(gv_mainTimer, 210.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/191988A6"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
TriggerExecute(gt_PatrollingOverseers, true, false);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2map — MapScript.galaxy:793
gv_board = BoardLastCreated();
TimerStart(gv_mainTimer, 300.0, false, c_timeGame);
TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/AA43E721"), true, false);
gv_mainTimerWindow = TimerWindowLastCreated();
Wait(280.0, c_timeGame);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zchar01.sc2map/MapScript.galaxy:3259
return true;
}
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/BA756A5C"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zchar01.sc2map/MapScript.galaxy:3261
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/BA756A5C"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
TimerWindowDestroy(TimerWindowLastCreated());
UnitCreate(1, "ZaGara", 0, gv_pLAYER_02_ZERG, PointFromId(3), 270.0);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zchar01.sc2map/MapScript.galaxy:3364
return true;
}
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/50FB92C3"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zchar01.sc2map/MapScript.galaxy:3366
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/50FB92C3"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
TimerWindowDestroy(TimerWindowLastCreated());
libNtve_gf_PauseUnit(gv_zagara, false);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition01.sc2map/MapScript.galaxy:2083
TimerStart(gv_flashFreeze_Timer, gv_flashFreeze_Duration, false, c_timeAI);
gv_flashFreeze_Timer = TimerLastStarted();
libSwaC_gf_TimerWindowCreate2(gv_flashFreeze_Timer, StringExternal("Param/Value/5B58F497"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
gv_flashFreezeDuration_Window = TimerWindowLastCreated();
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition01.sc2map/MapScript.galaxy:2106
TimerStart(gv_nextFlashFreeze_Timer, gv_nextFlashFreeze_Duration, false, c_timeAI);
gv_nextFlashFreeze_Timer = TimerLastStarted();
libSwaC_gf_TimerWindowCreate2(gv_nextFlashFreeze_Timer, StringExternal("Param/Value/523099E4"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
gv_nextFlashFreeze_Window = TimerWindowLastCreated();
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:623
TimerStart(gv_escapePodWarningTimers[lp_whichPodNumber], IntToFixed((lp_time - 30)), false, c_timeAI);
TimerStart(gv_escapePodTimers[lp_whichPodNumber], IntToFixed(lp_time), false, c_timeAI);
gv_escapePodTimers[lp_whichPodNumber] = TimerLastStarted();
gv_escapePodDlgMax[lp_whichPodNumber] = lp_time;
gf_ShowHideEscapePodTimerWindow(lp_whichPodNumber, true);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:4917
TriggerEnable(gt_GotThroughLockdownDoor01, true);
TimerStart(gv_s2_LockdownTimer, gv_s2_Lockdown_Time[1], false, c_timeGame);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/7966C20F"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Negative);
gv_s2_LockdownTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_s2_LockdownTimerWindow, StringToText("<mintotal/>:<sec2/>"));
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zspace02.sc2map/MapScript.galaxy:4936
TimerStart(gv_objective_EscapeTimer, (gv__2ShipExplodeTime * 60.0), false, c_timeAI);
TriggerExecute(gt__2ShipIsExploding, true, false);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/4ECE024A"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Negative);
gv_objective_EscapeTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus02.sc2map/MapScript.galaxy:1628
TriggerEnable(TriggerGetCurrent(), false);
TimerStart(gv_holdoutTimer, 1503.0, false, c_timeAI);
gv_holdoutTimer = TimerLastStarted();
Wait(3.0, c_timeReal);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/36B66BCC"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus02.sc2map/MapScript.galaxy:1630
gv_holdoutTimer = TimerLastStarted();
Wait(3.0, c_timeReal);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/36B66BCC"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
gv_holdoutTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_holdoutTimerWindow, StringToText("<mintotal/>:<sec2/>"));
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zchar01.sc2map — MapScript.galaxy:3259
return true;
}
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/BA756A5C"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zchar01.sc2map — MapScript.galaxy:3261
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/BA756A5C"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
TimerWindowDestroy(TimerWindowLastCreated());
UnitCreate(1, "ZaGara", 0, gv_pLAYER_02_ZERG, PointFromId(3), 270.0);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zchar01.sc2map — MapScript.galaxy:3364
return true;
}
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/50FB92C3"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zchar01.sc2map — MapScript.galaxy:3366
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/50FB92C3"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
TimerWindowDestroy(TimerWindowLastCreated());
libNtve_gf_PauseUnit(gv_zagara, false);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition01.sc2map — MapScript.galaxy:2083
TimerStart(gv_flashFreeze_Timer, gv_flashFreeze_Duration, false, c_timeAI);
gv_flashFreeze_Timer = TimerLastStarted();
libSwaC_gf_TimerWindowCreate2(gv_flashFreeze_Timer, StringExternal("Param/Value/5B58F497"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
gv_flashFreezeDuration_Window = TimerWindowLastCreated();
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition01.sc2map — MapScript.galaxy:2106
TimerStart(gv_nextFlashFreeze_Timer, gv_nextFlashFreeze_Duration, false, c_timeAI);
gv_nextFlashFreeze_Timer = TimerLastStarted();
libSwaC_gf_TimerWindowCreate2(gv_nextFlashFreeze_Timer, StringExternal("Param/Value/523099E4"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
gv_nextFlashFreeze_Window = TimerWindowLastCreated();
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition03.sc2map — MapScript.galaxy:623
TimerStart(gv_escapePodWarningTimers[lp_whichPodNumber], IntToFixed((lp_time - 30)), false, c_timeAI);
TimerStart(gv_escapePodTimers[lp_whichPodNumber], IntToFixed(lp_time), false, c_timeAI);
gv_escapePodTimers[lp_whichPodNumber] = TimerLastStarted();
gv_escapePodDlgMax[lp_whichPodNumber] = lp_time;
gf_ShowHideEscapePodTimerWindow(lp_whichPodNumber, true);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2map — MapScript.galaxy:4917
TriggerEnable(gt_GotThroughLockdownDoor01, true);
TimerStart(gv_s2_LockdownTimer, gv_s2_Lockdown_Time[1], false, c_timeGame);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/7966C20F"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Negative);
gv_s2_LockdownTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_s2_LockdownTimerWindow, StringToText("<mintotal/>:<sec2/>"));
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zspace02.sc2map — MapScript.galaxy:4936
TimerStart(gv_objective_EscapeTimer, (gv__2ShipExplodeTime * 60.0), false, c_timeAI);
TriggerExecute(gt__2ShipIsExploding, true, false);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/4ECE024A"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Negative);
gv_objective_EscapeTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus02.sc2map — MapScript.galaxy:1628
TriggerEnable(TriggerGetCurrent(), false);
TimerStart(gv_holdoutTimer, 1503.0, false, c_timeAI);
gv_holdoutTimer = TimerLastStarted();
Wait(3.0, c_timeReal);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/36B66BCC"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus02.sc2map — MapScript.galaxy:1630
gv_holdoutTimer = TimerLastStarted();
Wait(3.0, c_timeReal);
libSwaC_gf_TimerWindowCreate2(TimerLastStarted(), StringExternal("Param/Value/36B66BCC"), true, false, libSwaC_ge_CampaignTimerPositiveNegativeOptions_Positive);
gv_holdoutTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_holdoutTimerWindow, StringToText("<mintotal/>:<sec2/>"));
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/void/pkorhal01.sc2map/MapScript.galaxy:1994
TimerStart(gv_skyshieldTimer, gv_skyshieldStartingTime, false, c_timeAI);
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/A55715C5"), true, false);
gv_skyshieldTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/void/pkorhal02.sc2map/MapScript.galaxy:1451
}
if ((gv_disruptionCount == 0)) {
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/DF276B2A"), true, false);
gv_disruptionTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_disruptionTimerWindow, StringToText("<mintotal/>:<sec2/>"));
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/void/pulnar02.sc2map/MapScript.galaxy:3155
SoundChannelSetVolume(PlayerGroupAll(), c_soundCategoryMusic, 100.0, 2.0);
TimerStart(gv_holdoutTimer, 60.0, false, c_timeAI);
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/2062F35A"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libVCUI_gf_SetTimerWindowDangerThreshold(-1.0);
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/void/pulnar02.sc2map/MapScript.galaxy:5237
TriggerEnable(TriggerGetCurrent(), false);
TimerStart(gv_s3Timer, gv_s3TimeLimit, false, c_timeGame);
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/85DF027B"), true, false);
gv_s3TimerWindow = TimerWindowLastCreated();
libNtve_gf_WaitForTimer(gv_s3Timer, 120.0, false);
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/void/sc2epilogue02.sc2map/MapScript.galaxy:2772
TriggerEnable(TriggerGetCurrent(), false);
TimerStart(gv_s2_ProtectKerriganTimer, gv_s2_KerriganPowerProgressMax, false, c_timeGame);
gv_s2_ProtectKerriganTimer = TimerLastStarted();
TimerStart(gv_s2_KerriganNeedsToChannelReminderTimer, 30.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/void/sc2epilogue02.sc2map/MapScript.galaxy:2774
gv_s2_ProtectKerriganTimer = TimerLastStarted();
TimerStart(gv_s2_KerriganNeedsToChannelReminderTimer, 30.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
TriggerExecute(gt_S2_KerriganPowerProgressBar, true, false);
TriggerEnable(gt_S2_KerriganAttacks, true);
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/void/pkorhal01.sc2map — MapScript.galaxy:1994
TimerStart(gv_skyshieldTimer, gv_skyshieldStartingTime, false, c_timeAI);
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/A55715C5"), true, false);
gv_skyshieldTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<min2/>:<sec2/>"));
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/void/pkorhal02.sc2map — MapScript.galaxy:1451
}
if ((gv_disruptionCount == 0)) {
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/DF276B2A"), true, false);
gv_disruptionTimerWindow = TimerWindowLastCreated();
TimerWindowSetFormat(gv_disruptionTimerWindow, StringToText("<mintotal/>:<sec2/>"));
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/void/pulnar02.sc2map — MapScript.galaxy:3155
SoundChannelSetVolume(PlayerGroupAll(), c_soundCategoryMusic, 100.0, 2.0);
TimerStart(gv_holdoutTimer, 60.0, false, c_timeAI);
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/2062F35A"), true, false);
TimerWindowSetFormat(TimerWindowLastCreated(), StringToText("<mintotal/>:<sec2/>"));
libVCUI_gf_SetTimerWindowDangerThreshold(-1.0);
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/void/pulnar02.sc2map — MapScript.galaxy:5237
TriggerEnable(TriggerGetCurrent(), false);
TimerStart(gv_s3Timer, gv_s3TimeLimit, false, c_timeGame);
libVCUI_gf_TimerWindowCreate(TimerLastStarted(), StringExternal("Param/Value/85DF027B"), true, false);
gv_s3TimerWindow = TimerWindowLastCreated();
libNtve_gf_WaitForTimer(gv_s3Timer, 120.0, false);
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/void/sc2epilogue02.sc2map — MapScript.galaxy:2772
TriggerEnable(TriggerGetCurrent(), false);
TimerStart(gv_s2_ProtectKerriganTimer, gv_s2_KerriganPowerProgressMax, false, c_timeGame);
gv_s2_ProtectKerriganTimer = TimerLastStarted();
TimerStart(gv_s2_KerriganNeedsToChannelReminderTimer, 30.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/void/sc2epilogue02.sc2map — MapScript.galaxy:2774
gv_s2_ProtectKerriganTimer = TimerLastStarted();
TimerStart(gv_s2_KerriganNeedsToChannelReminderTimer, 30.0, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
TriggerExecute(gt_S2_KerriganPowerProgressBar, true, false);
TriggerEnable(gt_S2_KerriganAttacks, true);
mods/heroesbrawlmods/arenamodemods/attackdefend.stormmod — base.stormdata/LibAtDe.galaxy:784
libAtDe_gf_SetOKButtonTextForTeams();
TimerStart(libAtDe_gv_teamInstructionDisplayTimer, 20.0, false, c_timeGame);
libAtDe_gv_teamInstructionDisplayTimer = TimerLastStarted();
}
mods/heroesbrawlmods/arenamodemods/templearena.stormmod — base.stormdata/LibAMCT.galaxy:1711
TimerStart(libAMCT_gv_aRMSkyTempleWarningWaitTimer, (libAMCT_gv_aRMSkyTempleStartTime_C - libAMCT_gv_aRMSkyTempleWarningTime), false, c_timeGame);
AddUnitOfInterest(libAMCT_gv_aRMSkyTemple[1].lv_beacon, 0.0, 0.0, "ArenaCenterStaging", libNtve_ge_GoalTeam_Both, 0);
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
if ((TriggerIsEnabled(TriggerGetCurrent()) == false)) {
return true;
mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmod — base.stormdata/LibMHPP.galaxy:1627
libMHPP_gf_InitPayloadPath();
TimerStart(libMHPP_gv_mHPP_DefenseTimeToWinTimer, libMHPP_gv_mHPP_DefenseTimeToWin_C, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
return true;
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/GameLib.galaxy:19208
for ( ; lv_iterator <= auto037682B8_ae ; lv_iterator += 1 ) {
TimerStart(libGame_gv_onFireTimer[lv_iterator], c_timerDurationInfinite, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
}
if ((libGame_gv_onFireEnabled == true)) {
mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmod — base.stormdata/LibMLBD.galaxy:2475
libMLBD_gf_MMBOECalculateNewSpawnLocations(1);
libMLBD_gf_MMBOEDuelPreviewSetup(false);
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
if ((TriggerIsEnabled(TriggerGetCurrent()) == false)) {
return true;
mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmod — base.stormdata/LibMLBD.galaxy:2820
libMLBD_gf_MMBOECalculateNewSpawnLocations(1);
libMLBD_gf_MMBOEDuelPreviewSetup(false);
libNtve_gf_WaitForTimer(TimerLastStarted(), 0.0, false);
if ((libMLBD_gv_mMBOEDebugUsed == false)) {
libMLBD_gf_MMBOEDuelWarningStart();
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibMHmu.galaxy:1044
for ( ; lv_iterator <= auto7398B425_ae ; lv_iterator += 1 ) {
TimerStart(libMHmu_gv_eOMPusherTimer[lv_iterator], c_timerDurationInfinite, false, c_timeGame);
TimerPause(TimerLastStarted(), true);
}
libGame_gf_SendMapSpecificAwardInitializeEventwithUserData(null, "Generic Instance");
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOUI.galaxy:8791
}
TimerWindowSetTimer(TimerWindowLastCreated(), TimerLastStarted());
if ((TimerGetRemaining(libCOUI_gv_cU_TimerWindowTimer) <= libCOUI_gv_cU_TimerWindowDangerThreshold) && (libCOUI_gv_cU_TimerWindowInDanger == false)) {
libCOUI_gv_cU_TimerWindowInDanger = true;