summaryrefslogtreecommitdiff
path: root/npc/020-1/sander.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/sander.txt')
-rw-r--r--npc/020-1/sander.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/020-1/sander.txt b/npc/020-1/sander.txt
new file mode 100644
index 00000000..5eac3386
--- /dev/null
+++ b/npc/020-1/sander.txt
@@ -0,0 +1,18 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Sander, a free soldier working with Nickos on protecting the town from mine mobs.
+// THIS IS A PLACEHOLDER!
+
+020-1,200,203,0 script Sander NPC_SANDER,{
+ speech
+ l("Hi there."),
+ l("I will send you to the mines! Later, when we have clearance for the mines, that is."),
+ l("Tell Micksha to get up his ass for mapping desert caves, maybe this will speed it up.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}