summaryrefslogtreecommitdiff
path: root/world/map/npc/009-1/constable.txt
blob: 424c80230f2939b68cc676590b655b5e200972fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//

009-1,55,34,0|script|Constable Bob|419
{
    mes "[Constable Bob]";
    mes "\"Hello.\"";
    mes "\"I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.\"";
    mes "\"Please make sure that you follow them!\"";
    next;
    callfunc "GameRules";
    close;
}