diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 19:47:48 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 19:47:48 +0000 |
commit | 5de2370f94d30a24ceaac5b33b7e0d837cf016b0 (patch) | |
tree | 21990522727f9ebb96fdf3f9b8cf7751b0c2c3e9 /npc/tulimshar/guards.txt | |
parent | 270db86785fcb1e6983d0c8b8f8a6ef55e0d5898 (diff) | |
download | serverdata-5de2370f94d30a24ceaac5b33b7e0d837cf016b0.tar.gz serverdata-5de2370f94d30a24ceaac5b33b7e0d837cf016b0.tar.bz2 serverdata-5de2370f94d30a24ceaac5b33b7e0d837cf016b0.tar.xz serverdata-5de2370f94d30a24ceaac5b33b7e0d837cf016b0.zip |
Updates to scripts, removing spelling errors and merging messages together.
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; } |