blob: cd27580e3b346db48248ba9966737fc95860ff75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
009-1,55,34,0|script|Constable Bob|419
{
mes l("[Constable Bob]");
mesq l("Hello.");
mesq l("I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.");
mesq l("Please make sure that you follow them!");
next;
callfunc "GameRules";
close;
}
|