summaryrefslogtreecommitdiff
path: root/npc/020-1/joelin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/joelin.txt')
-rw-r--r--npc/020-1/joelin.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/joelin.txt b/npc/020-1/joelin.txt
new file mode 100644
index 00000000..21fd788f
--- /dev/null
+++ b/npc/020-1/joelin.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Joelin, the broken, shipless Captain in Tulimshar.
+// THIS IS A PLACEHOLDER!
+
+020-1,189,150,0 script Joelin NPC_JOELIN,{
+ speech
+ l("Hello!"),
+ l("Do you know the story of the Fleet of Aemil? I also want to discover new Lands."),
+ l("But I do not have a ship. Ah, right, and no script.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}