summaryrefslogtreecommitdiff
path: root/world/map/npc/043-1/ryger.txt
blob: f3178538a1b327c024ffcd2de3ce5d52be5d9c84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Sandstorm mine guard

043-1.gat,88,60,0|script|Ryger|123,
{
    mes "[Ryger]";
    mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
    goto L_Close;

L_Close:
    close;
}