summaryrefslogtreecommitdiff
path: root/npc/tulimshar/guards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/tulimshar/guards.txt')
-rw-r--r--npc/tulimshar/guards.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/npc/tulimshar/guards.txt b/npc/tulimshar/guards.txt
new file mode 100644
index 00000000..5c349e5c
--- /dev/null
+++ b/npc/tulimshar/guards.txt
@@ -0,0 +1,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;
+}