diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-13 11:50:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-13 11:50:30 -0300 |
commit | 173144c4909342410afd85c8324dbc8a76a432e0 (patch) | |
tree | 4541f824285c146c9b3f31e1abf9f43fe48845a7 /npc/006-1 | |
parent | 6414af1947328fed0c4539e88ef2d332050774b5 (diff) | |
download | serverdata-173144c4909342410afd85c8324dbc8a76a432e0.tar.gz serverdata-173144c4909342410afd85c8324dbc8a76a432e0.tar.bz2 serverdata-173144c4909342410afd85c8324dbc8a76a432e0.tar.xz serverdata-173144c4909342410afd85c8324dbc8a76a432e0.zip |
Crazyfefe: If all players online are in Candor Cave, allow to skip the announce.
Diffstat (limited to 'npc/006-1')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 864720702..95ef8b113 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -162,7 +162,7 @@ function Challenge { menuint l("Sorry, I misclicked the first button. Have a nice nap, great Crazyfefe!"), -1, - rif(is_gm() || $EVENT$ == "Candor", l("WHAT ARE WE WAITING FOR?! START ALREADY!")), 0, + rif(is_gm() || $EVENT$ == "Candor" || getusers(1) == getmapusers("006-1"), l("WHAT ARE WE WAITING FOR?! START ALREADY!")), 0, l("Yeah, I have the money. Give me FIVE minutes, and Bring it on!"), 5, l("Yeah, I have the money. Give me TEN minutes, and Bring it on!"), 10, l("Yeah, I have the money. Give me FIFTEEN minutes, and Bring it on!"), 15, |