summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index af4c22e..834f3ae 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -245,6 +245,7 @@ HPExport void plugin_init (void)
addScriptCommand("getskillname", "i", getskillname);
addScriptCommand("bgnew", "siiss", bgnew);
addScriptCommand("bgjoin", "isii?", bgjoin);
+ addScriptCommand("apicall", "is", apicall);
// Overrides
addScriptCommand("debugmes","v*",debugmes);