diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-22 07:04:23 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-22 07:05:05 +0400 |
commit | efb11f3b283fa51d1c0741d78d434651bfda5247 (patch) | |
tree | d2418774d32443607cf65d009f44c5aa403bd856 /npc | |
parent | ed96d187db3687812c36b912ad4e1e79f7e5b0d6 (diff) | |
download | serverdata-efb11f3b283fa51d1c0741d78d434651bfda5247.tar.gz serverdata-efb11f3b283fa51d1c0741d78d434651bfda5247.tar.bz2 serverdata-efb11f3b283fa51d1c0741d78d434651bfda5247.tar.xz serverdata-efb11f3b283fa51d1c0741d78d434651bfda5247.zip |
Minor language and conventional writing fixes in some scripts.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/astapolos.txt | 5 | ||||
-rw-r--r-- | npc/000-1/gulukan.txt | 7 | ||||
-rw-r--r-- | npc/000-1/jalad.txt | 7 | ||||
-rw-r--r-- | npc/000-1/muller.txt | 5 | ||||
-rw-r--r-- | npc/000-1/tibbo.txt | 7 |
5 files changed, 18 insertions, 13 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index dd0d6521..51fcffe9 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -1,6 +1,7 @@ // Evol scripts.
-// Author:
-// Reid, Hal9000
+// Authors: +// Hal9000 +// Reid
// Description:
// Sailor part of the Gugli's quest.
// Croconut box.
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index c33b0699..51e39a2c 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -1,6 +1,7 @@ // Evol scripts. -// Author: -// Reid, Hal9000 +// Authors: +// Hal9000 +// Reid // Description: // Sailor part of the Gugli's quest. // Croconut box. @@ -142,7 +143,7 @@ l_Top: l_NoTask: mes ""; mesn; - mesq l("*uff*... And another box of Croconuts for our starving colleagues, is ready."); + mesq l("*uff*... And another box of @@s for our starving colleagues is ready.", getitemlink("Croconut")); close; } diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 44cdd78b..a34ff48b 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -1,6 +1,7 @@ // Evol scripts. -// Author: -// Reid, Hal9000 +// Authors: +// Hal9000 +// Reid // Description: // Sailor part of the Gugli quest. // Plushroom box. @@ -104,7 +105,7 @@ l_Plushroom: l_NoTask: mes ""; mesn; - mesq l("Sometime I hope someone will be sent here to help us."); + mesq l("Sometimes, I wish somebody is sent here to help us."); close; } diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 71838575..07698138 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -1,6 +1,7 @@ // Evol scripts. -// Author: -// Reid, Hal9000 +// Authors: +// Hal9000 +// Reid // Description: // Sailor part of the Gugli's quest. // Plushroom box. diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index a5b07a47..fa2d10e7 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -1,6 +1,7 @@ // Evol scripts. -// Author: -// Reid, Hal9000 +// Authors: +// Hal9000 +// Reid // Description: // Sailor part of the Gugli's quest. // Aquada box. @@ -91,7 +92,7 @@ l_Aquada: l_NoTask: mes ""; mesn; - mesq l("I'm sorry. No time to chat with you."); + mesq l("I'm sorry but I have no time to chat with you."); close; } |