summaryrefslogtreecommitdiff
path: root/npc/024-16/craftsman.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-16/craftsman.txt')
-rw-r--r--npc/024-16/craftsman.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt
new file mode 100644
index 000000000..8dbfc5f80
--- /dev/null
+++ b/npc/024-16/craftsman.txt
@@ -0,0 +1,15 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Craftmaster, teaches player TMW2_CRAFT
+
+024-16,27,42,0 script Dwarf Craftsmaster NPC_DWARF_CRAFTMASTER,{
+ hello;
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+