diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-25 20:18:37 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-25 20:18:37 -0200 |
commit | c7add0ddeaf137aeecf4fcd5618fb432ce23fe9b (patch) | |
tree | 39a25214f7989024c742b67f807bfe198f7c00a4 /npc/commands/language.txt | |
parent | 65c0fb784c836dcb5b90e8e5a3350ffc1c14d13a (diff) | |
download | serverdata-c7add0ddeaf137aeecf4fcd5618fb432ce23fe9b.tar.gz serverdata-c7add0ddeaf137aeecf4fcd5618fb432ce23fe9b.tar.bz2 serverdata-c7add0ddeaf137aeecf4fcd5618fb432ce23fe9b.tar.xz serverdata-c7add0ddeaf137aeecf4fcd5618fb432ce23fe9b.zip |
Correct some licenses which are ours (Evol missing licenses, I'll git blame later)
Diffstat (limited to 'npc/commands/language.txt')
-rw-r--r-- | npc/commands/language.txt | 8 |
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; } |