diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-30 17:16:38 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-30 17:16:38 -0400 |
commit | 7ceca28c3b011161f67221a31cbdc4eaabcca305 (patch) | |
tree | 59f29f0817e5f6bd9fe8fffe9bfd71efb9c1aa96 | |
parent | 849099e23027d5ddb96c6616a9df835b57725b09 (diff) | |
download | serverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.tar.gz serverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.tar.bz2 serverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.tar.xz serverdata-7ceca28c3b011161f67221a31cbdc4eaabcca305.zip |
add alias to hug command
-rw-r--r-- | world/map/npc/commands/hug.txt | 3 |
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; } |