diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 17:04:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 17:04:02 -0300 |
commit | c53204ce2d907b800d2fa8a1ce67b3e51d14319a (patch) | |
tree | b9d753fb66ed9949387bcefef0b4f5bcddaec01b /npc | |
parent | 36873c37872140c62bd1a16fd879227f5050cdeb (diff) | |
download | serverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.tar.gz serverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.tar.bz2 serverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.tar.xz serverdata-c53204ce2d907b800d2fa8a1ce67b3e51d14319a.zip |
Fix one more bug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/main.txt | 5 |
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 { |