summaryrefslogtreecommitdiff
path: root/npc/009-1/constable.txt
blob: c071068a881b19830b1612e427b05cab5722f393 (plain) (blame)
1
2
3
4
5
6
7
8
9
009-1,52,33,0	script	Constable Bob	NPC419,{
    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!\"";
    callfunc "GameRules";
    close;
}