summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-09 10:56:52 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-09 10:56:52 -0300
commit86863e392ccad7c6cd6a74ac99116d0f16371521 (patch)
treebf3555357b0eee15ef1157dd3f5ad74c1d3db3d0
parent383f9d287305dbfc67256721f20017885bfee5fb (diff)
downloadserverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.tar.gz
serverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.tar.bz2
serverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.tar.xz
serverdata-86863e392ccad7c6cd6a74ac99116d0f16371521.zip
HallOfSponsor(minimal)
-rw-r--r--npc/functions/scoreboards.txt8
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;
}