summaryrefslogtreecommitdiff
path: root/npc/001-1/constable.txt
blob: 36e3c2244639ef19c4bcb628e15b9fad1007a9d3 (plain) (blame)
1
2
3
4
5
6
7
001-1,50,74,0	script	Constable Perry Graf	NPC150,{
    mes "[Constable Perry Graf]";
    mes "\"Hello. Make sure to follow the rules!\"";
    callfunc "GameRules";
    close;
}