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, 18 insertions, 0 deletions
diff --git a/npc/020-1/odonell.txt b/npc/020-1/odonell.txt
new file mode 100644
index 00000000..186929ed
--- /dev/null
+++ b/npc/020-1/odonell.txt
@@ -0,0 +1,18 @@
+// 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;
+}