diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-09 10:56:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-09 10:56:52 -0300 |
commit | 86863e392ccad7c6cd6a74ac99116d0f16371521 (patch) | |
tree | bf3555357b0eee15ef1157dd3f5ad74c1d3db3d0 /npc | |
parent | 383f9d287305dbfc67256721f20017885bfee5fb (diff) | |
download | serverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.tar.gz serverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.tar.bz2 serverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.tar.xz serverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.zip |
HallOfSponsor(minimal)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/scoreboards.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 60a7abe26..92cfd38dc 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -251,12 +251,16 @@ function script HallOfReferral { } - +// HallOfSponsor(minimal=false) function script HallOfSponsor { mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak."); mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure."); mes ""; - mes "GonzoDark, Saulc, Woody."; + mes "Saulc, Woody"; + // List previous sponsors? + if (!getarg(0, false)) { + mesc "GonzoDark"; + } return; } |