From 6abca8b10b9457c0730b97a28ba534860f321253 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 May 2019 00:25:14 -0300 Subject: Report on game news the current game story state, too. --- npc/functions/news.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'npc') diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 94c5e552a..63283a788 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -372,6 +372,20 @@ function script Journalman { default: Exception(l("Invalid season: @@", season()), RB_DEFAULT|RB_SPEECH); break; } + mes ""; + switch ($GAME_STORYLINE) { + case 0: + mesc l("The Monster King Army is occupying several towns! Brave players need to group and retake them!"); + break; + case 1: + mesc l("The Monster King Army left the cities! What will happen next? Anxiety grows!"); + break; + case 2: + mesc l("The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!", ($@MK_TEMPVAR+rand(-1,1))/5); + break; + default: + Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $@MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break; + } do { mes ""; -- cgit v1.2.3-60-g2f50