From c7add0ddeaf137aeecf4fcd5618fb432ce23fe9b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Dec 2018 20:18:37 -0200 Subject: Correct some licenses which are ours (Evol missing licenses, I'll git blame later) --- npc/commands/exp.txt | 3 +++ npc/commands/language.txt | 8 ++++++-- npc/commands/ucp.txt | 4 ++++ npc/commands/wgm.txt | 2 ++ 4 files changed, 15 insertions(+), 2 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/exp.txt b/npc/commands/exp.txt index a8ffe7393..763653f94 100644 --- a/npc/commands/exp.txt +++ b/npc/commands/exp.txt @@ -1,3 +1,6 @@ +// TMW2 Script +// Author: Jesusalva + // @getexp atcommand // Gets experience // 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; } diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index b0e537c5e..2010b2db2 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -1,3 +1,7 @@ +// TMW2 Script +// Author: +// Jesusalva + function script UserCtrlPanel { do { diff --git a/npc/commands/wgm.txt b/npc/commands/wgm.txt index cbaa95b86..07076ba19 100644 --- a/npc/commands/wgm.txt +++ b/npc/commands/wgm.txt @@ -1,3 +1,5 @@ +// Author: Jesusalva + // @wgm atcommand // Request help // -- cgit v1.2.3-70-g09d2