diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-21 22:32:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-21 22:32:44 -0300 |
commit | c7cd68c3b08c3229184d677951331148b7df5a05 (patch) | |
tree | 133abf464e2999389d40a90db63fd57bb9702932 /npc/functions/scoreboards.txt | |
parent | e4179dd624cd36602c37921bbe505f18c426c4f3 (diff) | |
download | serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.gz serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.bz2 serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.xz serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.zip |
Server-side: Accept The Academy Island
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 41e8078dd..fa1734ea4 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -306,7 +306,10 @@ function script HallOfSponsor { } return; } - +// Returns the name of a random sponsor +function script rand_sponsor { + return any("Saulc", "Woody", "Sharli"); +} // HallOfGame() function script HallOfGame { |