summaryrefslogtreecommitdiff
path: root/npc/012-1/kaan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/kaan.txt')
-rw-r--r--npc/012-1/kaan.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/012-1/kaan.txt b/npc/012-1/kaan.txt
deleted file mode 100644
index 2ea7ad2a..00000000
--- a/npc/012-1/kaan.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Kaan, a guy good for nothing.
-// THIS IS A PLACEHOLDER!
-
-012-1,53,110,0 script Kaan NPC_KAAN,{
- speech
- l("Welcome to Candor!"),
- l("Such a bright shine day! I would love to tell you stories about this town."),
- l("But not now, I'm in the mood to stay under the sun for a while longer."),
- l("I hope Tanisha is not slacking off. I would hate having to go check on her.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}