summaryrefslogtreecommitdiff
path: root/npc/000-0/sailors.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-08-28 20:22:10 +0400
committerAlige <aligetmw@hotmail.fr>2012-08-28 20:22:10 +0400
commita2617447e1392517e36b8655e02166c37ccceb1d (patch)
tree026cc8c2ba63d91ac29e0f77ddeeef1981503392 /npc/000-0/sailors.txt
parent6104034890ce35cd71e5c7951f39215627e10daf (diff)
downloadserverdata-a2617447e1392517e36b8655e02166c37ccceb1d.tar.gz
serverdata-a2617447e1392517e36b8655e02166c37ccceb1d.tar.bz2
serverdata-a2617447e1392517e36b8655e02166c37ccceb1d.tar.xz
serverdata-a2617447e1392517e36b8655e02166c37ccceb1d.zip
Added missing spaces at the end of some scripts.
Removed some spare lines in some scripts. Reviewed language and punctuation in several scripts.
Diffstat (limited to 'npc/000-0/sailors.txt')
-rw-r--r--npc/000-0/sailors.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 4aa63366..9c7951c9 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -16,13 +16,13 @@ OnTouch:
mesn "Narrator";
mes col(l("You are on a raft, adrift in the sea."), 9);
next;
- mes col(l("You don't remember anything before this."), 9);
+ mes col(l("You realise you can't remember anything."), 9);
next;
mes col(l("Suddenly, you hear a voice from the sky."), 9);
next;
- mes col(l("As you open your eyes and look around, you see a large ship."), 9);
+ mes col(l("As you open your eyes, you see a large ship before you."), 9);
next;
- mes col(l("Some sailors are trying to talk to you.."), 9);
+ mes col(l("Aboard stand sailors trying to talk to you."), 9);
next;
mesn "Orc Voice";
@@ -34,14 +34,14 @@ OnTouch:
next;
mesn "Tritan Voice";
- mesq lg("What are you saying guys, it's a yoiis!");
+ mesq lg("What are you guys saying ? He's a Yoiis!");
next;
mesn "Raijin Voice";
mesq g(l("You stupid, she's english, look at the shape of the head."),
l("You stupid, he's english, look at the shape of the head."));
next;
- mesq l("Hey you! Do you hear us? Are you okay?");
+ mesq l("Hey you! Can you hear us? Are you okay?");
next;
menu
@@ -66,7 +66,7 @@ OnTouch:
next;
mesn "Narrator";
- mes col(l("The sailors take you aboard their ship to help you."), 9);
+ mes col(l("The sailors take you aboard their ship."), 9);
next;
mes col(l("Click on the NPCs around you to continue the introduction."), 9);
next;
@@ -75,4 +75,4 @@ OnTouch:
close;
-} \ No newline at end of file
+}