summaryrefslogtreecommitdiff
path: root/npc/021-2_Tulimshar/government_building.txt
blob: 48a7db7a41533984cbce0c62f085e0f3bc73d97b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// The government builing in the south west

// A clerk
021-2.gat,27,17,0	script	Estard	107,{
	mes "[Estard]";
	mes "\"Hello what Can I do for you?\"";
	next;
	menu
		"Nothing, I guess.", -;
	close;
}

// A clerk
021-2.gat,36,17,0	script	Tathin	107,{
	mes "[Tathin]";
	mes "\"Hello what Can I do for you?\"";
	next;
	menu
		"Nothing, I guess.", -;
	close;
}

// Guard

021-2.gat,20,19,0	script	Guard	123,1,1,{
	mes "[Guard]";
	mes "\"You can't come back here.\"";
	close;
}