summaryrefslogtreecommitdiff
path: root/npc/001-2-27/don.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-27/don.txt')
-rw-r--r--npc/001-2-27/don.txt21
1 files changed, 21 insertions, 0 deletions
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;
+}
+