summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 18:10:53 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 18:10:53 -0300
commit53e5a40a0a2b22205346a84bce25e419c4a3cf17 (patch)
treeb7c62ddbf13c00ad834f364f32ce9ff243df00a5 /npc/functions/main.txt
parentc53204ce2d907b800d2fa8a1ce67b3e51d14319a (diff)
downloadserverdata-53e5a40a0a2b22205346a84bce25e419c4a3cf17.tar.gz
serverdata-53e5a40a0a2b22205346a84bce25e419c4a3cf17.tar.bz2
serverdata-53e5a40a0a2b22205346a84bce25e419c4a3cf17.tar.xz
serverdata-53e5a40a0a2b22205346a84bce25e419c4a3cf17.zip
Remove alchemy, fix some scripts
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 2bac9b29..d4fef57f 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -588,6 +588,11 @@ function script wgm {
return;
}
+function script registercmd {
+ bindatcmd getarg(0), getarg(1), getarg(2, 0);
+ return;
+}
+
//////////////////////////////////////////////////////////////////////
// maptimer("<map>", <tick>, "<npc>::<event>")
function script maptimer {