diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 14:30:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 14:30:28 -0300 |
commit | 18873228db90b7c5f134bbbcc8593f3f2fe1bc92 (patch) | |
tree | 0e45b8b39b357783a1bcb222229335148da97aab | |
parent | a9e118423dadae7a6146c92c2095a8b08724354f (diff) | |
download | serverdata-18873228db90b7c5f134bbbcc8593f3f2fe1bc92.tar.gz serverdata-18873228db90b7c5f134bbbcc8593f3f2fe1bc92.tar.bz2 serverdata-18873228db90b7c5f134bbbcc8593f3f2fe1bc92.tar.xz serverdata-18873228db90b7c5f134bbbcc8593f3f2fe1bc92.zip |
Add Event Information to Nard's ship note
-rw-r--r-- | npc/002-3/note.txt | 10 |
1 files 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, |