diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-04 13:27:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-04 13:27:05 -0300 |
commit | 0f79efd39772778d7d1c69d829758b2dc6e3b358 (patch) | |
tree | 2a56108c4b2f8106d40b52c331b99a1bd8eb26a9 /npc | |
parent | 4f122ca03afb9530d5e60798e3d3948c57bafd64 (diff) | |
download | serverdata-0f79efd39772778d7d1c69d829758b2dc6e3b358.tar.gz serverdata-0f79efd39772778d7d1c69d829758b2dc6e3b358.tar.bz2 serverdata-0f79efd39772778d7d1c69d829758b2dc6e3b358.tar.xz serverdata-0f79efd39772778d7d1c69d829758b2dc6e3b358.zip |
Help players to find GM Logs more easily
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/scoreboards.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index dece70f10..2a61dcbb6 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -198,6 +198,7 @@ function script HallOfCoins { function script HallOfGMLog { mes ""; mes l("##BLatest GM Commands##b"); + mesc l("Read the last 30 days %s", "@@https://tmw2.org/experiments/gmCommands|"+l("here")+"@@"); mes("1."+$@hogm_name$[0]+" ("+$@hogm_value$[0]+")"); mes("2."+$@hogm_name$[1]+" ("+$@hogm_value$[1]+")"); mes("3."+$@hogm_name$[2]+" ("+$@hogm_value$[2]+")"); |