diff options
Diffstat (limited to 'npc/002-3/note.txt')
-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, |