From 4bb021a442a620f324a9ed39f574ba4a060f3ead Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 16 Mar 2018 10:16:01 -0300 Subject: Add GameNews to LaJohanne notes (untested) --- npc/002-3/note.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'npc/002-3') diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt index 0ab6c88c0..5dc89b8f7 100644 --- a/npc/002-3/note.txt +++ b/npc/002-3/note.txt @@ -9,9 +9,25 @@ 002-3,40,25,0 script Note#johanne NPC_PAPER_NOTE,{ narrator S_LAST_NEXT, - l("There is a paper with some rules written on it."); + l("The La Johanne always have interesting notes."); + + do { + selectd + l("Read the Rules."), + l("Read the News."), + l("Leave."); + + switch (@menu) { + case 1: + GameRules 8 | 4; + break; + case 2: + GameNews 8 | 4; + break; + + } + } while (@menu != 3); - GameRules 8 | 4; narrator S_NO_NPC_NAME, l("Following these lines are some other writings on this paper."), -- cgit v1.2.3-60-g2f50