diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/gmbot.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 21ad9f3cc..d2cb3081a 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -214,6 +214,17 @@ OnTimer90000: $GAME_STORYLINE=2; $MK_TEMPVAR=0; } + if ($GAME_STORYLINE == 2 && + $MK_TEMPVAR >= 500) { + kamibroadcast("The Monster King army is in total disarray and disorder!", "Saulc | The Alliance"); + sleep(2500); + kamibroadcast("It's our chance to strike back!", "Saulc | The Alliance"); + sleep(2500); + + // Apply the changes + $GAME_STORYLINE=3; + $MK_TEMPVAR=0; // In past, we forced 1 month wait. Now we have KW mechs... + } // We're done, restart loop timer initnpctimer; |