From 5503e709f0d94e2ac25893763122d25072b799b4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Jul 2018 14:54:30 -0300 Subject: Placeholder NPC, just to keep the seat hot --- npc/018-2-1/dustman.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 npc/018-2-1/dustman.txt (limited to 'npc/018-2-1') 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; +} + -- cgit v1.2.3-60-g2f50