From d56656fcaeadddccf418ae47f57ec0f9949dcba4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Feb 2019 23:24:51 -0300 Subject: Important info for news + fix bad syntax --- npc/functions/news.txt | 6 +++--- 1 file 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!"); -- cgit v1.2.3-60-g2f50