summaryrefslogtreecommitdiff
path: root/npc/015-3-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-3-1')
-rw-r--r--npc/015-3-1/_import.txt1
-rw-r--r--npc/015-3-1/pablin.txt22
2 files changed, 23 insertions, 0 deletions
diff --git a/npc/015-3-1/_import.txt b/npc/015-3-1/_import.txt
index e00d98674..b49c4f008 100644
--- a/npc/015-3-1/_import.txt
+++ b/npc/015-3-1/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/015-3-1/_mobs.txt",
"npc/015-3-1/_warps.txt",
+"npc/015-3-1/pablin.txt",
diff --git a/npc/015-3-1/pablin.txt b/npc/015-3-1/pablin.txt
new file mode 100644
index 000000000..f39a9b852
--- /dev/null
+++ b/npc/015-3-1/pablin.txt
@@ -0,0 +1,22 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// A retired pirate
+
+015-3-1,83,39,0 script Pablin NPC_OLDPIRATE,{
+ mesn;
+ mesq l("Hey, you! What are you doing here?!");
+ next;
+ mesn;
+ mesq l("These are dangerous caves since Marley and her gang made it a hideout.");
+ next;
+ mesn;
+ mesq l("I won't stop you from going inside, but be careful, you hear me?");
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 4;
+ end;
+}