diff options
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 // |