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.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/harper.txt b/npc/020-1/harper.txt
new file mode 100644
index 00000000..79ef2850
--- /dev/null
+++ b/npc/020-1/harper.txt
@@ -0,0 +1,19 @@
+// 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:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}