blob: 9c7d0eca5959208c414e522be8d3af4169d32af9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.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 on the left.\"";
close;
}
|