diff options
Diffstat (limited to 'npc/new_38-1-woodland-mine/miners.txt')
-rw-r--r-- | npc/new_38-1-woodland-mine/miners.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/npc/new_38-1-woodland-mine/miners.txt b/npc/new_38-1-woodland-mine/miners.txt deleted file mode 100644 index 92261cb5..00000000 --- a/npc/new_38-1-woodland-mine/miners.txt +++ /dev/null @@ -1,15 +0,0 @@ -// - -new_38-1.gat,85,23,0 script Miner 109,{ - if (Inspector == 10) goto L_NohMask; - - mes "[Miner]"; - mes "\"Hello.\""; - close; - -L_NohMask: - set Inspector, 11; - mes "[Miner]"; - mes "\"Yeah, we did hear a commotion. We thought we heard someone go down to the basement, but we checked the whole place over and didn't see anything out of the ordinary.\""; - close; -} |