blob: 5c349e5c135cb15e096c12bafc99f411a46ee5a7 (
plain) (
tree)
|
|
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;
}
|