summaryrefslogtreecommitdiff
path: root/npc/020-1/harper.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/harper.txt')
-rw-r--r--npc/020-1/harper.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/harper.txt b/npc/020-1/harper.txt
deleted file mode 100644
index 104c2f47..00000000
--- a/npc/020-1/harper.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Harper, a Sailor helping Joelin.
-// THIS IS A PLACEHOLDER!
-
-020-1,191,150,0 script Harper NPC_ADRIAN,{
- speech
- l("Hello!"),
- l("Ever saw a Captain without a ship?"),
- l("<--- I am with stupid.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}