summaryrefslogtreecommitdiff
path: root/npc/002-3/note.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/note.txt')
-rw-r--r--npc/002-3/note.txt20
1 files changed, 18 insertions, 2 deletions
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."),