diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-15 09:57:52 +0200 |
---|---|---|
committer | Ali-G <gauvain.dauchy@free.fr> | 2011-06-15 09:57:52 +0200 |
commit | e511624f69f5defec67343216789c0ee7836f9ab (patch) | |
tree | c0c176ba13574a22ded9698ca184cad1b6445c3c /npc/025-3/barriers.txt | |
parent | d5011539f864d3b305afa8151f222b6bad3ed6f2 (diff) | |
download | serverdata-e511624f69f5defec67343216789c0ee7836f9ab.tar.gz serverdata-e511624f69f5defec67343216789c0ee7836f9ab.tar.bz2 serverdata-e511624f69f5defec67343216789c0ee7836f9ab.tar.xz serverdata-e511624f69f5defec67343216789c0ee7836f9ab.zip |
Improved some messages.
Diffstat (limited to 'npc/025-3/barriers.txt')
-rw-r--r-- | npc/025-3/barriers.txt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/npc/025-3/barriers.txt b/npc/025-3/barriers.txt index 28e8e680..850d7c07 100644 --- a/npc/025-3/barriers.txt +++ b/npc/025-3/barriers.txt @@ -29,12 +29,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone1 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone1, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -109,12 +109,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone2 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone2, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -188,12 +188,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone3 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone3, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -267,12 +267,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone4 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone4, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -346,12 +346,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone5 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone5, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -425,12 +425,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone6 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone6, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -504,12 +504,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone7 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone7, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -583,12 +583,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone8 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone8, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -662,12 +662,12 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone9 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone9, 1; end; L_Block: - message strcharinfo(0), "I can't enter this cave. Maybe I should learn more about this place before I go inside."; + message strcharinfo(0), "I should maybe learn a bit more about this place before I go inside."; end; OnTimer5000: @@ -740,7 +740,7 @@ L_SomeoneInside: L_AlreadyHelped: if (@juliadone10 == 1) end; - message strcharinfo(0), "There is nothing anymore for me inside this cave."; + message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; set @juliadone10, 1; end; |