diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 11:30:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 11:30:10 -0300 |
commit | 1fc55914c8e76483d6a5f9b45e4d010455ab1822 (patch) | |
tree | ca431191b6d48332684a11f20a38dfa71c44a9f7 | |
parent | f1938da01073e781336d4796f63bfac72fbb64d0 (diff) | |
download | serverdata-1fc55914c8e76483d6a5f9b45e4d010455ab1822.tar.gz serverdata-1fc55914c8e76483d6a5f9b45e4d010455ab1822.tar.bz2 serverdata-1fc55914c8e76483d6a5f9b45e4d010455ab1822.tar.xz serverdata-1fc55914c8e76483d6a5f9b45e4d010455ab1822.zip |
Crazyfefe Cave - GM Option - Start this crap already
-rw-r--r-- | npc/006-1/crazyfefe.txt | 9 |
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; |