summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index d48c59999..3eee8cac3 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -243,6 +243,16 @@ function script nard_time {
return 24000;
}
+ // From Nivalis
+ if (LOCATION$ == "Nival") {
+ if (getarg(0) == "Candor")
+ return 46000;
+ if (getarg(0) == "Tulim")
+ return 48000;
+ if (getarg(0) == "Hurns")
+ return 24000;
+
+ }
// Error
debugmes "ERROR, INVALID LOCATION AND DESTINATION";