summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-2-1/dustman.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt
new file mode 100644
index 000000000..7a4fcd20f
--- /dev/null
+++ b/npc/018-2-1/dustman.txt
@@ -0,0 +1,27 @@
+// TMW2/LoF scripts.
+// Authors:
+// TMW-LoF Team
+// Jesusalva
+// Description:
+// Void NPC
+
+018-2-1,22,29,0 script Colonel DUSTMAN NPC_CRUSADER,{
+ mesn;
+ mesq l("My man went down and still haven't returned.");
+ next;
+ mesn;
+ mesq l("I'm worried with them. Anyway, you need a special scroll to get to the Heroes Cave...");
+ next;
+ mesn;
+ mesq l("Otherwise, well, I'm not sure what will happen. You'll probably be either thrown at the wolves or something. Duh.");
+ next;
+ mesn;
+ mesq l("Take care, adventurer!");
+ close;
+
+OnInit:
+ .sex=G_MALE;
+ .distance=5;
+ end;
+}
+