diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 13:10:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 13:10:13 -0300 |
commit | 6e0ebfd6c518aacc53cef0b6a244545142b4aa4a (patch) | |
tree | 9e5e00e691427e2174558443649ce13c49b7aa33 /npc/functions/hub.txt | |
parent | 8949632777ba3a1a6981dadc90940eca164d3839 (diff) | |
download | serverdata-6e0ebfd6c518aacc53cef0b6a244545142b4aa4a.tar.gz serverdata-6e0ebfd6c518aacc53cef0b6a244545142b4aa4a.tar.bz2 serverdata-6e0ebfd6c518aacc53cef0b6a244545142b4aa4a.tar.xz serverdata-6e0ebfd6c518aacc53cef0b6a244545142b4aa4a.zip |
Allow crafting skill to open UCP so player can change their crafting options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 2a844f5f6..d83c30c65 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -187,6 +187,12 @@ function script HUB_SkillInvoke { //CMD_lang(); next; closeclientdialog; CMD_toevent(); break; + case TMW2_CRAFT: + //case NV_BASIC: + //case TMW2_ANCIENTLANGUAGES: + //case TMW2_SPEECH: + UserCtrlPanel(); + break; } // Debug |