summaryrefslogtreecommitdiff
path: root/npc/tulimshar/guards.txt
blob: 5c349e5c135cb15e096c12bafc99f411a46ee5a7 (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
new_3-1.gat,48,79,0	script	Guard	104,{
mes "[Soldier]";
mes "Protecting this place is my job.";
mes "If you walk outside, there are" ;
mes "monsters harder than anyhting in here.";
next;
menu "What kind of monsters have you seen?",L_Exp,"Nevermind that",L_Nev;
L_Exp:
	mes "Well, in my whole carrier, I've only seen Maggots and Scorpions.";
	next;
	mes "So please don't ask me about monsters.";
	next;
	mes "This place is actualy pretty safe";
	close;
L_Nev:
	mes "Be careful...";
	close;
}

new_3-1.gat,40,79,0	script	SGuard	104,{
mes "[Soldier]";
mes "ZzzZzzZ...";
next;
mes "Heh, what?";
mes "I wasn't sleeping, I just had my eyes closed!";
close;
}