From c564106e55cd9f850df74dbde6beae82c936b38e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 May 2020 14:29:36 -0300 Subject: I'm forced to declare FYEventUsesRanking() in scoreboards.txt but anyway. This should fix some ugliness. --- npc/003-1/events.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 4cb31b4e8..8bcbaeb6a 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -333,7 +333,7 @@ L_Aurora: select l("Event Details"), l("Event Ranking Rewards"), - l("Current Rankings"), + rif(FYEventUsesRanking(), l("Current Rankings")), l("List rewards"), l("Claim rewards"), l("That's all, thanks!"); @@ -405,7 +405,10 @@ function auroraRankings { } function auroraCurrentRankings { - HallOfAurora(); + if (FYEventUsesRanking()) + HallOfAurora(); + else + mesq l("Personally, I like unranked events more than ranked ones..."); return; } -- cgit v1.2.3-70-g09d2