blob: 31c6afa37d6d75fb881750fac43deae81a1f92c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
new_3-1.gat,45,21,0 script Construction Worker 155,{
mes "[Construction worker]";
mes "\"I can't let you beyond this gate. The area is closed for renovation; most of it was destroyed during the earthquake.\"";
close;
}
new_3-1.gat,124,21,0 script Construction Worker 155,{
mes "[Construction worker]";
mes "\"Move along.\"";
close;
}
|