diff options
Diffstat (limited to 'npc/tulimshar/villagers.txt')
-rw-r--r-- | npc/tulimshar/villagers.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/tulimshar/villagers.txt b/npc/tulimshar/villagers.txt index dfe68a96..6fb28fb4 100644 --- a/npc/tulimshar/villagers.txt +++ b/npc/tulimshar/villagers.txt @@ -1,17 +1,17 @@ new_3-1.gat,114,43,0 script Guard 102,{ -mes "[Man]"; -mes "Ouch! it hurts, this wound I got from battle"; -next; -menu "Tell me more",L_Exp,"Nevermind that",L_Nev; + mes "[Man]"; + mes "Ouch! It hurts, this wound I got from battle."; + next; + menu "Tell me about it",L_Exp,"Nevermind",L_Nev; + L_Exp: - mes "I was fighting scorpions for experience and I bumped into a RED"; - mes "one. I have NEVER seen it before!"; + mes "I was fighting scorpions for experience and I bumped into a RED one. I had NEVER seen it before!"; next; - mes "Luckily i had a camera with me! Here's a picture of it..."; - mes " Let me find it. I in my pocket sumwhere"; + mes "Luckily i had a camera with me! Here's a picture of it... Let me find it, I put it in my pocket somewhere..."; next; - mes "Oh gawd! my pockets been ripped clean off!"; + mes "Oh man! My pockets have been ripped clean off!"; close; + L_Nev: mes "Hmpf!"; close; |