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, 19 insertions, 0 deletions
diff --git a/npc/012-1/kaan.txt b/npc/012-1/kaan.txt
new file mode 100644
index 00000000..2ea7ad2a
--- /dev/null
+++ b/npc/012-1/kaan.txt
@@ -0,0 +1,19 @@
+// 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;
+}