diff options
Diffstat (limited to 'npc/tulimshar/guards.txt')
-rw-r--r-- | npc/tulimshar/guards.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/tulimshar/guards.txt b/npc/tulimshar/guards.txt index 5c349e5c..375199eb 100644 --- a/npc/tulimshar/guards.txt +++ b/npc/tulimshar/guards.txt @@ -1,27 +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."; + mes "[Soldier]"; + mes "Protecting this place is my job. Be careful if you walk outside, there are monsters harder than anything you find here."; next; - mes "So please don't ask me about monsters."; + + menu + "What kind of monsters?",L_Exp, + "Nevermind",L_Nev; + +L_Exp: + mes "Actually, in my whole career, I've only seen maggots and scorpions. So please don't ask me about monsters."; next; - mes "This place is actualy pretty safe"; + mes "This place is actually pretty safe."; close; + L_Nev: - mes "Be careful..."; + mes "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; + mes "[Soldier]"; + mes "ZzzZzzZ..."; + next; + mes "Heh, what? I wasn't sleeping, I just had my eyes closed!"; + close; } |