summaryrefslogtreecommitdiff
path: root/world/map/npc/043-1/ryger.txt
blob: d814d0b58d59b3fbfbc36ceb5f38a479c766b3f9 (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;
}