summaryrefslogtreecommitdiff
path: root/npc/020-2-5/dausen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-5/dausen.txt')
-rw-r--r--npc/020-2-5/dausen.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-2-5/dausen.txt b/npc/020-2-5/dausen.txt
new file mode 100644
index 00000000..1354b636
--- /dev/null
+++ b/npc/020-2-5/dausen.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Dausen, the Legion Lieutenant inside Legion HQ in Tulim.
+// THIS IS A PLACEHOLDER!
+
+020-2-5,40,23,0 script Dausen NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{
+ speech
+ l("Hi there. I am lieutenant Dausen."),
+ l("Red Sands desert is dangerous at the moment, so we sealed it off."),
+ l("The mines are also on the risk of collapsing, so the workers had to be evacuated as well."),
+ l("I fear for the future of this town...");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}