diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-16 07:31:37 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-16 07:31:37 +0400 |
commit | da441deeb246489cc8d28b8c16bc1b39bdfb7ee6 (patch) | |
tree | 2b4e618017c918c3a498f6e06dabbe13f24ca7ee /npc/000-1 | |
parent | 886c0f69070ff79a76ec66b139057ce0be1fa811 (diff) | |
download | clientdata-da441deeb246489cc8d28b8c16bc1b39bdfb7ee6.tar.gz clientdata-da441deeb246489cc8d28b8c16bc1b39bdfb7ee6.tar.bz2 clientdata-da441deeb246489cc8d28b8c16bc1b39bdfb7ee6.tar.xz clientdata-da441deeb246489cc8d28b8c16bc1b39bdfb7ee6.zip |
Major typo hunt in scripts.
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-1/gugli.txt | 10 | ||||
-rw-r--r-- | npc/000-1/silvio.txt | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index ff547eec..269eccf5 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -4,7 +4,7 @@ // Hal9000 // Reid // Description: -// A treasure chest, with... treasures inside! +// A treasure chest, with... Treasures inside! // Variable:
// x ShipQuests_Darlin
// Values:
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 241abf78..69bd69dd 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -32,7 +32,7 @@ OnTalk: if (@nard > 1 || @gugli == 2) goto l_TaskCompleted; if (@gugli == 1) goto l_TaskGiven; - mesq l("Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0)); + mesq lg("Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0)); next; mesq l("An unexpected help is always welcome!"); next; @@ -50,7 +50,7 @@ OnTalk: next; mesq l("We usually dock around these small pieces of land because they provide us some of the best food of all the archipelago."); next; - mesq l("So, at the moment, our crew is busy collecting @@s, @@s and @@s.", getitemlink("Croconut"), getitemlink("Plushroom"), getitemlink("Aquada")); + mesq l("At the moment, our crew is busy collecting @@s, @@s and @@s.", getitemlink("Croconut"), getitemlink("Plushroom"), getitemlink("Aquada")); next; menu @@ -87,9 +87,9 @@ l_Menu: l_Couwan: mes ""; mesn; - mesq l("What? This tritan is the worse shirker I ever met."); + mesq l("What?! This tritan is the worse shirker I ever met!"); next; - mesq l("Well, thanks for the box. But... he was supposed to bring it back to me himself. I never asked him to give it to you!"); + mesq l("Well, thanks for the box. But... He was supposed to bring it back to me himself. I never asked him to give it to you!"); next; mesq l("Take these coins in exchange and be careful."); next; @@ -108,7 +108,7 @@ l_Location: mesn; mesq l("There're 6 sailors who will need your help. They're all around the island."); next; - mesq l("I can't really help you find them since I've been checking the... Hmm... Landscape, since the morning..."); + mesq l("I can't really help you find them since I've been checking the... Hmm... Landscape, since morning..."); next; mesq l("You can try talking with some other sailors to get some information about that."); next; diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index f93c1089..bc18ded3 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -57,7 +57,7 @@ next; mesn; - mesq l("Ah... Gugli Gugli... He's too young to understand our conversation"); + mesq l("Ah... Gugli... He's too young to understand our conversation"); next; mesq l("So, what was I saying?"); next; |