summaryrefslogtreecommitdiff
path: root/npc/006-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-1')
-rw-r--r--npc/006-1/crazyfefe.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt
index bf5e10bdf..9e3559a7e 100644
--- a/npc/006-1/crazyfefe.txt
+++ b/npc/006-1/crazyfefe.txt
@@ -19,6 +19,9 @@
// Only possible with @set command, overrides the co-op requeriment. Affects other scripts.
006-1,47,22,0 script Crazyfefe NPC_STATUE_EVILMAN,{
+ goto L_Main;
+
+L_Main:
if ($@FEFE_CAVE_LEVEL) goto L_Enjoy;
if ($@FEFE_DELAY > gettimetick(2)) goto L_Wait;
mesn;
@@ -26,8 +29,15 @@
next;
menu
l("Sorry, sorry! Please rest, great Crazyfefe!"), L_Exit,
- l("I do. I want to challenge the Candor Cave!"), L_Next,
- l("What is this place anyway?"), L_Explain;
+ l("I do. I want to challenge the Candor Cave!"), L_Next,
+ l("What are current leaderboard?"), L_Scoreboard,
+ l("What is this place anyway?"), L_Explain;
+
+L_Scoreboard:
+ mesc l("All leaderboards are refreshed hourly."), 1;
+ HallOfCandor();
+ next;
+ goto L_Main;
L_Next:
mesn;