summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 17:04:02 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 17:04:02 -0300
commitc53204ce2d907b800d2fa8a1ce67b3e51d14319a (patch)
treeb9d753fb66ed9949387bcefef0b4f5bcddaec01b
parent36873c37872140c62bd1a16fd879227f5050cdeb (diff)
downloadserverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.tar.gz
serverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.tar.bz2
serverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.tar.xz
serverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.zip
Fix one more bug
-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 08abae2f..2bac9b29 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -583,6 +583,11 @@ function script get {
return getvariableofnpc(getarg(0), getarg(1));
}
+function script wgm {
+ charcommand("@request "+getarg(0));
+ return;
+}
+
//////////////////////////////////////////////////////////////////////
// maptimer("<map>", <tick>, "<npc>::<event>")
function script maptimer {