summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt9
1 files changed, 9 insertions, 0 deletions
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))