summaryrefslogtreecommitdiff
path: root/npc/functions/sailordialogue.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2014-02-11 11:13:07 +0400
committerAlige <aligetmw@hotmail.fr>2014-02-11 11:36:04 +0400
commitb4de3f0dc752e4c526a57c7dd0be79ea23e55771 (patch)
tree27ca5b627664d8dbecc6813de0a11cf80d306308 /npc/functions/sailordialogue.txt
parent69459ff452df5fc971166e4fe53ab52254761fee (diff)
downloadserverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.tar.gz
serverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.tar.bz2
serverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.tar.xz
serverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.zip
English fixes done Qwerty Dragon.
Diffstat (limited to 'npc/functions/sailordialogue.txt')
-rw-r--r--npc/functions/sailordialogue.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/functions/sailordialogue.txt b/npc/functions/sailordialogue.txt
index 7ed802e0..dca52323 100644
--- a/npc/functions/sailordialogue.txt
+++ b/npc/functions/sailordialogue.txt
@@ -1,5 +1,6 @@
// Evol functions.
-// Author:
+// Authors:
+// Qwerty Dragon
// Reid
// Description:
// Random some sailors's dialogues between two categories of NPCs.
@@ -15,7 +16,7 @@ function script SailorFood {
L_RandomA:
mesq l("Hey.");
next;
- mesq l("What did Gugli said about the box? Was it ok?");
+ mesq l("What did Gugli say about the box? Was it ok?");
next;
menu
@@ -38,15 +39,15 @@ L_Fine:
L_RandomB:
mesq l("Thanks for the help!");
next;
- mesq l("These boxes are way too heavy to be brought alone onto the ship.");
+ mesq l("These boxes are much too heavy to be lifted by one, all the way onto the ship.");
close;
L_RandomC:
- mesq l("I think that I'm soon done since I'll soon have a box full of @@s!", getitemlink("CrocClaw"));
+ mesq l("I think I'll be done soon, since I almost have a box full of @@s!", getitemlink("CrocClaw"));
next;
mesq l("And you? How's it going on your side?");
next;
return;
-} \ No newline at end of file
+}