From 1fc55914c8e76483d6a5f9b45e4d010455ab1822 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Mar 2019 11:30:10 -0300 Subject: Crazyfefe Cave - GM Option - Start this crap already --- npc/006-1/crazyfefe.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/006-1') 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; -- cgit v1.2.3-60-g2f50