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, 0 insertions, 19 deletions
diff --git a/npc/020-2-5/dausen.txt b/npc/020-2-5/dausen.txt
deleted file mode 100644
index 1354b636..00000000
--- a/npc/020-2-5/dausen.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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;
-}