summaryrefslogtreecommitdiff
path: root/npc/new_2-1-cave1/miners.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_2-1-cave1/miners.txt')
-rw-r--r--npc/new_2-1-cave1/miners.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/npc/new_2-1-cave1/miners.txt b/npc/new_2-1-cave1/miners.txt
new file mode 100644
index 00000000..1bbb1637
--- /dev/null
+++ b/npc/new_2-1-cave1/miners.txt
@@ -0,0 +1,39 @@
+//
+
+new_2-1.gat,35,35,6 script Nathan 109,{
+ mes "[Nathan the Miner]";
+ mes "\"It's very dangerous in here.";
+ mes "We had a big earthquake here";
+ mes "just recently, too... so be";
+ mes "careful!\"";
+ close;
+}
+
+new_5-1.gat,32,94,6 script Naem 109,{
+ mes "[Naem the Miner]";
+ mes "\"Do you want me to lift you to the upper level?\"";
+ next;
+ menu
+ "Sure", L_Sure,
+ "Not yet!", -;
+ close;
+
+L_Sure:
+ warp "new_2-1.gat", 87, 99;
+ close;
+}
+
+new_2-1.gat,85,97,6 script Naem 109,{
+ mes "[Naem the Miner]";
+ mes "\"We discovered an underground palace.";
+ mes "Do you want me to let you in?\"";
+ next;
+ menu
+ "Sure", L_Sure,
+ "Not yet!", -;
+ close;
+
+L_Sure:
+ warp "new_5-1.gat", 34, 92;
+ close;
+}