summaryrefslogtreecommitdiff
path: root/npc/000-1/couwan.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-09-01 23:47:36 +0400
committerAlige <aligetmw@hotmail.fr>2012-09-01 23:47:36 +0400
commit2c8753fc9ff44589a3d87f6de78bf6edfd55d08b (patch)
tree55307936a9ff752b2ee6139061d4c9157bf9473a /npc/000-1/couwan.txt
parent20b1f7aaf989acdee677b38b43a74cddab926bcd (diff)
downloadserverdata-2c8753fc9ff44589a3d87f6de78bf6edfd55d08b.tar.gz
serverdata-2c8753fc9ff44589a3d87f6de78bf6edfd55d08b.tar.bz2
serverdata-2c8753fc9ff44589a3d87f6de78bf6edfd55d08b.tar.xz
serverdata-2c8753fc9ff44589a3d87f6de78bf6edfd55d08b.zip
Fixed language in scripts: couwan.txt & gugli.txt.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r--npc/000-1/couwan.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index 99ad6137..bdec1047 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -12,33 +12,33 @@
mesn;
- mesq lg("Hello yeye");
+ mesq lg("Hello yeye.");
next;
- mesq l("Look, how splendid is this landscape.");
+ mesq l("Look how splendid this landscape is.");
next;
menu
- l("Yep, nice view."), -,
- l("I don't see anything else than, water?"), l_Water;
+ l("Yeah, nice indeed!"), -,
+ l("I don't see anything else than... water?"), l_Water;
mes "";
mesn;
- mesq lg("Yeye got good eyes and seems to be fully recovered from his hurts, so yeye can take my box of fish to Gugli?");
+ mesq lg("Yeye got good eyes and seem to have fully recovered from your injuries. Could yeye can take my box of fish to Gugli?");
next;
menu
- l("What do I obtain in exchange?"), -,
- l("I'm sorry, I got no time right now."), l_Decline;
+ l("What do I get in exchange?"), -,
+ l("I'm sorry, I don't have time right now."), l_Decline;
mes "";
mesn;
- mesq lg("Yeye ask too much but do too less, take this box and don't talk too much.");
+ mesq lg("Yeye ask too much but do too less. Take this box and stop talking.");
next;
mesn "Narrator";
mes col(lg("Couwan hands you a box full of fish."), 9);
next;
- mes col(l("The sailor is turning his back to you."), 9);
+ mes col(l("The sailor turns his back to you."), 9);
setq ShipQuests_Couwan, 1;
close;
@@ -46,7 +46,7 @@
l_Water:
mes "";
mesn;
- mesq l("Yeye's brain is probably still full of sea water, if yeye can't see the beauty in this place.");
+ mesq l("Yeye's brain is probably still full of sea water if yeye can't see the beauty of this place.");
next;
mesq l("Stupid yeye...");
@@ -61,17 +61,17 @@ l_Decline:
l_QuestGiven:
mesn;
- mesq l("What are you looking?");
+ mesq l("What are you looking at?");
next;
- mesq l("Yeye still got my box? Look less and work much, go give it to Gugli.");
+ mesq l("Yeye still have my box? Look less and work more. Go give it to Gugli!");
close;
l_QuestDone:
mesn;
- mesq l("What are you looking?");
+ mesq l("What are you looking at?");
next;
- mesq l("Yeye gave my box to Gugli? Nice, nice yeye.");
+ mesq l("Yeye gave my box to Gugli? Nice, nice yeye!");
close;