diff options
Diffstat (limited to 'npc/006-1')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 4f5234252..556e57e8c 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -8,7 +8,7 @@ // $@FEFE_CAVE_LEVEL // Tracks if a fight is going on, and the current round if true. // $@FEFE_DELAY -// Tracks the delay between challenges. Also used to start the combat. +// Tracks the delay between challenges. Also used to start the combat. Set it to zero so you can start fight at once. // $@FEFE_CAVE_HERO$ // Whoever started a fight. Also used to know if a fight is about to begin. // $@FEFE_CAVE_PLAYER_COUNT @@ -16,7 +16,7 @@ // $@FEFE_WAVE // Current wave // $@GM_OVERRIDE -// Only possible with @set command, overrides the co-op requeriment. +// Only possible with @set command, overrides the co-op requeriment. Affects other scripts. 006-1,47,22,0 script Crazyfefe NPC_STATUE_EVILMAN,{ if ($@FEFE_CAVE_LEVEL) goto L_Enjoy; |