From e511624f69f5defec67343216789c0ee7836f9ab Mon Sep 17 00:00:00 2001 From: Ali-G Date: Wed, 15 Jun 2011 09:57:52 +0200 Subject: Improved some messages. --- npc/025-3/barriers.txt | 38 +++++++++++++++++++------------------- 1 file 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; -- cgit v1.2.3-70-g09d2