blob: 6700a1b8e7b80a538c43cc7ea6cec395efd250ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Guards by the gates to the port
002-1,100,21,0|script|Guard#port1|104
{
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|104
{
mes "[Guard]";
mes "\"You wouldn't believe the refuse that comes in from the docks.\"";
close;
}
002-1,83,48,0|script|Guard#east1|104
{
mes "[Guard]";
mes "\"I make sure less desirables don't bother the Nobles.\"";
close;
}
|