diff options
Diffstat (limited to 'npc/functions/main.txt')
-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 { |