summaryrefslogtreecommitdiff
path: root/npc/020-1/ekinu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/ekinu.txt')
-rw-r--r--npc/020-1/ekinu.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/ekinu.txt b/npc/020-1/ekinu.txt
deleted file mode 100644
index 2e9682c0..00000000
--- a/npc/020-1/ekinu.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Ekinu, a Brotherhood Guard protecting the bridge.
-// THIS IS A PLACEHOLDER!
-
-020-1,170,118,0 script Ekinu NPC_RAIJIN_MALE_BROTHERHOOD,{
- speech
- l("Hi!"),
- l("You come from Hurnscald? Oh, did you meet my Grandma there? Is she fine?"),
- l("Tell her greetings, and give her some flowers from me when you return there.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}