summaryrefslogtreecommitdiff
path: root/npc/020-1/nickos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/nickos.txt')
-rw-r--r--npc/020-1/nickos.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/nickos.txt b/npc/020-1/nickos.txt
deleted file mode 100644
index fb4c61be..00000000
--- a/npc/020-1/nickos.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Nickos, a free soldier working with Nickos on protecting the town from mine mobs.
-// THIS IS A PLACEHOLDER!
-
-020-1,78,237,0 script Nickos NPC_NICKOS,{
- speech
- l("Hi there."),
- l("Sorry, for now you cannot enter. We sealed the entrance to avoid a monster flood."),
- l("Come back later, perhaps you can help keeping things under control.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}