diff options
Diffstat (limited to 'npc/cave1/miners.txt')
-rw-r--r-- | npc/cave1/miners.txt | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/npc/cave1/miners.txt b/npc/cave1/miners.txt deleted file mode 100644 index d3a17b52..00000000 --- a/npc/cave1/miners.txt +++ /dev/null @@ -1,39 +0,0 @@ -new_2-1.gat,35,35,6 script Nathan 109,{ - mes "[Nathan the Miner]"; - mes "It's very dangerous in here"; - mes "Be 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",sure, - "Not yet!",notyet; - -sure: - warp "new_2-1.gat",87,99; - close; - -notyet: - 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",sure, - "Not yet!",notyet; - -sure: - warp "new_5-1.gat",34,92; - close; - -notyet: - close; -} |