diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-16 10:16:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-16 10:16:01 -0300 |
commit | 4bb021a442a620f324a9ed39f574ba4a060f3ead (patch) | |
tree | 5022a3038e6b24ed7664b4aa88f83498da3a50b5 /npc/002-3/note.txt | |
parent | 04d3ce6e9e906529c3da753be3e6b74a1acbba99 (diff) | |
download | serverdata-4bb021a442a620f324a9ed39f574ba4a060f3ead.tar.gz serverdata-4bb021a442a620f324a9ed39f574ba4a060f3ead.tar.bz2 serverdata-4bb021a442a620f324a9ed39f574ba4a060f3ead.tar.xz serverdata-4bb021a442a620f324a9ed39f574ba4a060f3ead.zip |
Add GameNews to LaJohanne notes (untested)
Diffstat (limited to 'npc/002-3/note.txt')
-rw-r--r-- | npc/002-3/note.txt | 20 |
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."), |