summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/constable.txt
blob: ecc8a0d4a200d878fa1e6e59ab771fe1fb93ea32 (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 to follow the rules!\"";
    callfunc "GameRules";
    close;
}