diff options
-rw-r--r-- | npc/functions/util.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index ffe472dd1..a95bdad76 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -613,6 +613,14 @@ function script nard_time { return 28000; } + // From Artis + if (LOCATION$ == "Artis") { + if (getarg(0) == "Tulim") + return 10000; + if (getarg(0) == "Candor") + return 10000; + + } // Error debugmes "ERROR, INVALID LOCATION AND DESTINATION"; |