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 | |
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')
-rw-r--r-- | npc/commands/exp.txt | 3 | ||||
-rw-r--r-- | npc/commands/language.txt | 8 | ||||
-rw-r--r-- | npc/commands/ucp.txt | 4 | ||||
-rw-r--r-- | npc/commands/wgm.txt | 2 |
4 files changed, 15 insertions, 2 deletions
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 // |