diff options
Diffstat (limited to 'npc/002-3_Desert_mines/miners.txt')
-rw-r--r-- | npc/002-3_Desert_mines/miners.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/002-3_Desert_mines/miners.txt b/npc/002-3_Desert_mines/miners.txt new file mode 100644 index 00000000..2ee99b26 --- /dev/null +++ b/npc/002-3_Desert_mines/miners.txt @@ -0,0 +1,17 @@ +// + +002-3.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; +} + +002-3-1.gat,85,97,6 script Naem 109,{ + mes "[Naem the Miner]"; + mes "\"We discovered an underground palace."; + mes "You can get there using the passage ont he left.\""; + close; +} |