summaryrefslogtreecommitdiff
path: root/npc/020-1/odonell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/odonell.txt')
-rw-r--r--npc/020-1/odonell.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/odonell.txt b/npc/020-1/odonell.txt
deleted file mode 100644
index 186929ed..00000000
--- a/npc/020-1/odonell.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// O'Donell, a member of Thieves Guild protecting their Cave's entrance.
-// THIS IS A PLACEHOLDER!
-
-020-1,157,157,0 script O'Donell NPC_HENRY,{
- speech
- l("Psst!"),
- l("Did you already meet Nunia, in Woodland? If you bring me a stolen good, I will let you inside our Thieves Guild Headquarters."),
- l("If you don't - well, go play hide'n'seek with Itka. Her spam annoys me anyways.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}