diff options
-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]+")"); |