diff options
author | Reid <reidyaro@gmail.com> | 2012-01-01 19:50:58 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-01 19:50:58 +0100 |
commit | 8ccf794798ffc49142d839221d3f520ee923474a (patch) | |
tree | 86d3b88b8eb8d10954c185591cc9ee2a79d36cbb | |
parent | ab0f59e835eb6f6aea476e49154f08438366541d (diff) | |
download | clientdata-8ccf794798ffc49142d839221d3f520ee923474a.tar.gz clientdata-8ccf794798ffc49142d839221d3f520ee923474a.tar.bz2 clientdata-8ccf794798ffc49142d839221d3f520ee923474a.tar.xz clientdata-8ccf794798ffc49142d839221d3f520ee923474a.zip |
Correct some sex translation format on 000-0-0 sailors script,
Remove mes @q; on arpan script.
-rw-r--r-- | npc/000-0-0/sailors.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 3e4cc2e0..75f69908 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -10,13 +10,13 @@ OnTalk: mes g(l("This girl is lucky, that we found her before a shark did. I have no idea where this came from. By the way, did you see the logo on her raft?"), l("This guy is lucky, that we found him before a shark did. I have no idea where this came from. By the way, did you see the logo on his raft?")); next; mesn "Magic Arpan"; - mes l("Yeye, it's the logo of the warrior guild of Esperia, I wonder what this yiyyo was doing so far away from the coast."); + mes g(l("Yeye, it's the logo of the warrior guild of Esperia, I wonder what this yiyyo was doing so far away from the coast.#1"), l("Yeye, it's the logo of the warrior guild of Esperia, I wonder what this yiyyo was doing so far away from the coast.#2")); next; mesn "Elmo"; mes l("I wonder too..."); next; mesn "Magic Arpan"; - mes l("Maybe he was one of these who got lost last month? The yoiis that got a secret quest from the Warrior guild, and from Esperia!"); + mes g(l("Maybe she was one of these who got lost last month? The yoiis that got a secret quest from the Warrior guild, and from Esperia!"), l("Maybe he was one of these who got lost last month? The yoiis that got a secret quest from the Warrior guild, and from Esperia!")); next; mesn "Elmo"; mes l("It makes sense, do you think we should inform the capt'n about it?"); diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index dc833bd2..b6a61f4b 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -74,7 +74,6 @@ l_Empty: 000-2-1.gat,39,33,0,1 script Magic_Arpan 307,{ OnTalk: set @q, geta2(ShipQuests, ShipQuests_Arpan); - mes @q; mesn; if (@q > 0) goto l_Menu; mes g(l("Hey, you are really lucky to be alive and in enough good health for walking, do you remember what happened?#0"), l("Hey, you are really lucky to be alive and in enough good health for walking, do you remember what happened?#1")); |