summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-2-27/_import.txt1
-rw-r--r--npc/001-2-27/don.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-2-27/_import.txt b/npc/001-2-27/_import.txt
index da4f5d57..712b8e44 100644
--- a/npc/001-2-27/_import.txt
+++ b/npc/001-2-27/_import.txt
@@ -1,2 +1,3 @@
// Map 001-2-27
npc: npc/001-2-27/_warps.txt
+npc: npc/001-2-27/don.txt
diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt
new file mode 100644
index 00000000..2956fa2b
--- /dev/null
+++ b/npc/001-2-27/don.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Don the blacksmith of Artis
+
+001-2-27,35,29,0 script Don#001-2-27 122,{
+ mesn;
+ mesq l("Hm...");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 2;
+ end;
+}
+