diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:16:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:16:49 -0300 |
commit | cccf2e99316e0ebac75b6f275d025c576908ea17 (patch) | |
tree | 1001d84882e85f3caf7b16ff615ef518e36f8190 /npc/006-1 | |
parent | f2803e45e8f582eaf70b2530325e767639ea8b0a (diff) | |
download | serverdata-cccf2e99316e0ebac75b6f275d025c576908ea17.tar.gz serverdata-cccf2e99316e0ebac75b6f275d025c576908ea17.tar.bz2 serverdata-cccf2e99316e0ebac75b6f275d025c576908ea17.tar.xz serverdata-cccf2e99316e0ebac75b6f275d025c576908ea17.zip |
Debug flags
Diffstat (limited to 'npc/006-1')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index e01ba7b69..ab61ab64c 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -59,7 +59,7 @@ L_Next: close; L_StartFight: - /* FIXME + /* FIXME debug if (getmapusers("006-1") < 3) goto L_NotEnoughPlayers; */ @@ -218,6 +218,7 @@ OnTimer5000: end; // Announces and attempts to start the fight once time run out +OnTimer30000: // FIXME debug OnTimer300000: if ($@FEFE_DELAY <= gettimetick(2)) goto L_StartFight; announce $@FIGHT_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; |