From d5fbfef36f37bd73227fa0efd48a7cfb03723904 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 00:46:48 -0300 Subject: Bloodbath (Candor Survival) Challenge --- npc/functions/hub.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/functions/hub.txt') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index a662c894c..f836da910 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -178,6 +178,15 @@ function script HUB_Logout { @crazypoints=0; } } + // Died or logged out at Candor Survival + if (.@mapa$ == "006-9") { + .@score = gettimetick(2)-$@SURVIVAL_CANDOR; + if (.@score > SCANDORPTS) { + SCANDORPTS=.@score; + dispbottom l("Candor Survival : New Highscore: %s", FuzzyTime(gettimetick(2)+.@score)); + } + warp "005-1", 66, 63; + } // Died or logged during Bandit Lord fight if (.@mapa$ == "015-2") { if (isin("015-2", 228, 227, 282, 280)) -- cgit v1.2.3-70-g09d2