summaryrefslogtreecommitdiff
path: root/npc/commands/language.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/language.txt')
-rw-r--r--npc/commands/language.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/commands/language.txt b/npc/commands/language.txt
index ba5d3d6ee..e7e1ecd7a 100644
--- a/npc/commands/language.txt
+++ b/npc/commands/language.txt
@@ -1,3 +1,7 @@
+// TMW2 Script
+// Author: Jesusalva
+// With code parts from Julia (Evol)
+
// @lang atcommand
// Changes Language
//
@@ -14,7 +18,7 @@
OnCall:
checkclientversion;
- mesq l("Tell me which language you speak and I will change the note on the ship passenger list.");
+ mesq l("Which language do you speak?");
next;
asklanguage(LANG_IN_SHIP);
mes "";
@@ -23,6 +27,6 @@ OnCall:
close;
OnInit:
- bindatcmd "lang", "@lang::OnCall", 0, 99, 0;
+ bindatcmd "lang", "@lang::OnCall", 0, 60, 0;
end;
}