summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/news.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 33f874f71..8bb82dc5f 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -305,12 +305,12 @@ function script Journalman {
l("Monsters are dropping strange stuff! The world is changing!"),
l("Terrible manaquake hits the whole world, causing dramatic changes!"),
l("Archers start to appear on the game! It seems archery is easier now!"),
+ l("Green Wars project says that @@ trees were planted by adventurers on the world!", $TREE_PLANTED),
l("All hail @@ and Andrei Sakar, heroes of the world!", $MOST_HEROIC$));
mesn getarg(0);
mesq l("Bonjour! I am @@, and I am from the Press! Read the latest news with me!", getarg(0));
- @menu=0;
- while (@menu != 1) {
+ do {
menuint
l("Thanks for your help!"), 1,
l("Release 8 (Current)"), 20190110,
@@ -323,7 +323,7 @@ function script Journalman {
mes "";
if (@menuret > 1)
GameNews(@menuret);
- }
+ } while (@menuret != 1);
mesn getarg(0);
mesq l("Good bye!");