diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:38:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:38:31 -0300 |
commit | 9b20a456d4496ad4da71b8b0d3c8d1640598cee3 (patch) | |
tree | 0451d85dac83342981e4329bd070020dde0a906a /npc/006-1 | |
parent | 8c8e8d455502eeb8904b8a90022b119646ecebe7 (diff) | |
download | serverdata-9b20a456d4496ad4da71b8b0d3c8d1640598cee3.tar.gz serverdata-9b20a456d4496ad4da71b8b0d3c8d1640598cee3.tar.bz2 serverdata-9b20a456d4496ad4da71b8b0d3c8d1640598cee3.tar.xz serverdata-9b20a456d4496ad4da71b8b0d3c8d1640598cee3.zip |
Just comments
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; |