summaryrefslogtreecommitdiff
path: root/npc/002-1/gaurds.txt
blob: c69a823f3350154dd958788713202bb65d7df4ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
002-1,100,21,0	script	Guard#port1	NPC104,{
    mes "[Guard]";
    mes "\"Lots of stuff happens in the port district. Those sailors can get quite rowdy.\"";
    close;
}
002-1,61,27,0	script	Guard#port2	NPC104,{
    mes "[Guard]";
    mes "\"You wouldn't believe the refuse that comes in from the docks.\"";
    close;
}
002-1,83,48,0	script	Guard#east1	NPC104,{
    mes "[Guard]";
    mes "\"I make sure less desirables don't bother the Nobles.\"";
    close;
}