summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/constable.txt
blob: 73a74a2f3eb85b0069d857cef51a55c5d40cc610 (plain) (blame)
1
2
3
4
5
6
7
8
9
//

001-1,50,74,0|script|Constable Perry Graf|150
{
    mes "[Constable Perry Graf]";
    mes "\"Hello, make sure the rules are followed.\"";
    callfunc "GameRules";
    close;
}