summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-05 17:39:06 +0100
committerReid <reidyaro@gmail.com>2012-01-05 17:39:06 +0100
commitbd9088f87c73380c66fd7ed7dff54399ec403cb5 (patch)
tree30c03056a306e25ba312e5c58577ba66d0768973 /npc/000-0
parentf538218d9fe5522210a782587203420556ce5fdb (diff)
downloadserverdata-bd9088f87c73380c66fd7ed7dff54399ec403cb5.tar.gz
serverdata-bd9088f87c73380c66fd7ed7dff54399ec403cb5.tar.bz2
serverdata-bd9088f87c73380c66fd7ed7dff54399ec403cb5.tar.xz
serverdata-bd9088f87c73380c66fd7ed7dff54399ec403cb5.zip
Add start of lang support on sailors.txt of 000-0 map.
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt26
1 files changed, 20 insertions, 6 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 1c27ce38..cfa319ac 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -12,19 +12,33 @@ OnTouch:
mesn l("You are on a raft, adrift in the sea. You don't remember anything before this. You can hear a voice from the sky. As you open your eyes and look around, you see a large ship. Some sailors are trying to talk to you..");
next;
- mesn;
- mesq g(l("Hey lady!"), l("Hey man!"));
+ mesn l("Orc Voice");
+ mesq g(l("Hey frenchy!#0"), l("Hey frenchy!#1"));
next;
- mesq l("Hey! Do you hear me? Are you okay?");
+ mesn "Elfen Voice";
+ mesq g("Why frenchy? It's a russian!#0", l"Why frenchy? It's a russian!#1");
next;
- menu
- l("*Try to move your hand to show them that you're alive*"), -,
- l("*Don't move at all*"), -;
+ mesn "Tritan Voice";
+ mesq "What do you say guys, it's a yoiis!";
+ next;
+ mesn l("Raijin Voice");
+ mesq g("You stupid, it's an english, look her head form.", l"You stupid, it's an english, look his head form.");
+ mesq l("Hey you! Do you hear me? Are you okay?");
next;
+// menu
+// "I hear you") + " (English)", -,
+// "Je t'entends") + " (Français)", -,
+// "Ti sento") + " (Italiano)", -,
+// "Да я вас слышу") + " (Русский)", -,
+// "I höre euch") + " (Deutsch)", -,
+// "I speak Flemish") + " (West-Vloams)", -,
+// "I speak Spanish") + " (Español)", -,
+// "*Don't move at all*") + " (English)", -;
+
mesn;
mesq g(l("This girl needs rescuing, let's help her!"),
l("This guy needs rescuing, let's help him!"));