summaryrefslogtreecommitdiff
path: root/npc/functions/timer.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-29 09:16:18 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-29 09:16:18 -0300
commit0c11c0ed4f48aeb1ba523692ecd111ecde954ddb (patch)
tree4cb0a7674ffbf43a5aa73fa8da3446ba0bbed855 /npc/functions/timer.txt
parentdf24e30846bba3398a1f4a635523155b0ad49cdc (diff)
downloadserverdata-0c11c0ed4f48aeb1ba523692ecd111ecde954ddb.tar.gz
serverdata-0c11c0ed4f48aeb1ba523692ecd111ecde954ddb.tar.bz2
serverdata-0c11c0ed4f48aeb1ba523692ecd111ecde954ddb.tar.xz
serverdata-0c11c0ed4f48aeb1ba523692ecd111ecde954ddb.zip
More siege functions
Diffstat (limited to 'npc/functions/timer.txt')
-rw-r--r--npc/functions/timer.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/timer.txt b/npc/functions/timer.txt
index cd1684b94..ac7d130bd 100644
--- a/npc/functions/timer.txt
+++ b/npc/functions/timer.txt
@@ -46,6 +46,7 @@ function script maptimer {
return .@i;
}
+// Same as maptimer() but deletes any previously running timer
// maptimer2("<map>", <tick>, "<npc>::<event>")
function script maptimer2 {
.@c = getunits(BL_PC, .@players, false, getarg(0));