summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/hug.txt
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-30 17:16:38 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-30 17:16:38 -0400
commit7ceca28c3b011161f67221a31cbdc4eaabcca305 (patch)
tree59f29f0817e5f6bd9fe8fffe9bfd71efb9c1aa96 /world/map/npc/commands/hug.txt
parent849099e23027d5ddb96c6616a9df835b57725b09 (diff)
downloadserverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.tar.gz
serverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.tar.bz2
serverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.tar.xz
serverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.zip
add alias to hug command
Diffstat (limited to 'world/map/npc/commands/hug.txt')
-rw-r--r--world/map/npc/commands/hug.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/commands/hug.txt b/world/map/npc/commands/hug.txt
index f1bd2637..323e0563 100644
--- a/world/map/npc/commands/hug.txt
+++ b/world/map/npc/commands/hug.txt
@@ -18,6 +18,7 @@
OnInit:
set .tree_id, getnpcid("#DruidTree0#_M");
- registercmd "*hugs", strnpcinfo(0);
+ registercmd "*hugs", strnpcinfo(0); // eq: /me hugs (target)
+ registercmd "*hugs*", strnpcinfo(0); // eq: /me hugs
end;
}