summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 19:17:03 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 19:17:03 -0300
commit044e2c35ae327d1df1ec747c57f93d4926a29d64 (patch)
tree16ef7404fa54b6266d7b1677694397ecac81f4ab /npc/functions/main.txt
parent822543d34cf65b2ecf6d163569542a0bf2cb232f (diff)
downloadserverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.tar.gz
serverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.tar.bz2
serverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.tar.xz
serverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.zip
This gotta be annoying... Prepare to reimplement the magic cores
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 eac02526..8dd7c95f 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -613,3 +613,8 @@ function script iscollision {
return checknpccell(getarg(0), getarg(1), getarg(2), cell_chkpass);
}
+function script readparam2 {
+ readbattleparam(getcharid(3), getarg(0));
+ return;
+}
+