summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/006-1/crazyfefe.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt
index 3c25440f2..86047d367 100644
--- a/npc/006-1/crazyfefe.txt
+++ b/npc/006-1/crazyfefe.txt
@@ -33,6 +33,7 @@ L_Next:
mesn;
mesq l("Very well, but for a fee of @@ GP. There's no free lunch, after all!", .price);
select
+ rif(is_gm(), l("I'm GM and got the money. START THIS CRAP ALREADY!"));
l("Sorry, I misclicked the first button. Have a nice nap, great Crazyfefe!"),
l("Yeah, I have the money. Give me FIVE minutes, and Bring it on!"),
l("Yeah, I have the money. Give me TEN minutes, and Bring it on!"),
@@ -41,7 +42,7 @@ L_Next:
rif(is_gm(), l("I'm GM and got the money. Gimme HALF HOUR to invite everybody!"));
// Cancel?
- if (@menu == 1)
+ if (@menu == 2)
goto L_Exit;
// Already started?
@@ -54,8 +55,12 @@ L_Next:
Zeny = Zeny - .price;
// Time delay
- $@FEFE_DELAY = gettimetick(2)+300*(@menu-1);
+ $@FEFE_DELAY = gettimetick(2)+300*(@menu-2);
$@FEFE_CAVE_HERO$ = strcharinfo(0);
+
+ if (@menu == 1)
+ goto L_StartFight;
+
initnpctimer;
announce $@FEFE_CAVE_HERO$+" invites everyone to a challenge against Candor Cave. It'll start in "+FuzzyTime($@FEFE_DELAY,2,2)+". Prepare yourselves!", bc_all|bc_npc;
mesn;