From 18873228db90b7c5f134bbbcc8593f3f2fe1bc92 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 May 2020 14:30:28 -0300 Subject: Add Event Information to Nard's ship note --- npc/002-3/note.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt index 2b7cde99c..25dcc9b87 100644 --- a/npc/002-3/note.txt +++ b/npc/002-3/note.txt @@ -17,18 +17,22 @@ select l("Read the Rules."), l("Read the News."), + rif($EVENT$ != "", l("Event Information")), l("Leave."); switch (@menu) { case 1: - GameRules 8 | 4; + GameRules(8 | 4); break; case 2: - GameNews; + GameNews(); + break; + case 3: + EventHelp(); break; } - } while (@menu != 3); + } while (@menu != 4); narrator S_NO_NPC_NAME, -- cgit v1.2.3-60-g2f50