diff options
-rw-r--r-- | npc/woodland-village/pirate.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/woodland-village/pirate.txt b/npc/woodland-village/pirate.txt new file mode 100644 index 00000000..2313cedf --- /dev/null +++ b/npc/woodland-village/pirate.txt @@ -0,0 +1,5 @@ +new_18-1.gat,136,36,0 script Pirate 138,{
+ mes "[Pirate]";
+ mes "Arrrrh! Tis some kind of treasure map!";
+ close;
+}
|