summaryrefslogtreecommitdiff
path: root/npc/015-3-1/pablin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-3-1/pablin.txt')
-rw-r--r--npc/015-3-1/pablin.txt22
1 files changed, 22 insertions, 0 deletions
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;
+}