summaryrefslogtreecommitdiff
path: root/npc/functions/time.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-15 00:37:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-15 00:37:42 -0300
commit82f64aac9dc270d91d072d353858464185da84aa (patch)
treecfa5184132809f02ad6e5a7954009f82574a9385 /npc/functions/time.txt
parent15ecdf518d911009716ebb9c546501cc1b447606 (diff)
downloadserverdata-82f64aac9dc270d91d072d353858464185da84aa.tar.gz
serverdata-82f64aac9dc270d91d072d353858464185da84aa.tar.bz2
serverdata-82f64aac9dc270d91d072d353858464185da84aa.tar.xz
serverdata-82f64aac9dc270d91d072d353858464185da84aa.zip
[skip ci] debug
Diffstat (limited to 'npc/functions/time.txt')
-rw-r--r--npc/functions/time.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/time.txt b/npc/functions/time.txt
index e3337af72..6cb9e0b4d 100644
--- a/npc/functions/time.txt
+++ b/npc/functions/time.txt
@@ -10,6 +10,8 @@ function script santime {
.@day=60*60*24;
.@year=.@day*30*360;
.@fact=.@year*(2017-1970);
+ debugmes "Current "+gettimetick(2);
+ debugmes "Elapsed "+.@fact;
return gettimetick(2)-(.@fact);
}