From 77b5559372875ef7f7ff7c505c2c1b5aee2eef50 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 7 Oct 2015 08:48:38 +0200 Subject: Add "Chorus of the Woods" by Princess Slayer. --- npc/001-2-6/books.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/npc/001-2-6/books.txt b/npc/001-2-6/books.txt index 230a3a62..11da0781 100644 --- a/npc/001-2-6/books.txt +++ b/npc/001-2-6/books.txt @@ -108,3 +108,37 @@ OnInit: end; } +001-2-6,43,39,0 script #001-2-6-Book3 NPC_NO_SPRITE,{ + + .@book_name$ = "\"" + l("Chorus of the Woods") + "\""; + + narrator 4, + l("You see a dust covered book on the shelf..."), + l("The name of the book is @@.", .@book_name$), + l("Do you want to read it?"); + + switch (select ("Yes.", "No.")) + { + case 1: + goto L_Read; + case 2: + close; + } + +L_Read: + narrator 1, + l("Hush now and hear the chorus of the woods"), + l("Bent trees whistling with the beat of the drum"), + l("With no choir master nor voice to be sung"), + l("The music of the trees floats through the breeze"), + l("Sleep well my angel but don't follow along"), + l("Because the voices of death sing a sweet song"), + l("-- Princess Slayer"); + + close; + +OnInit: + .sex = G_OTHER; + .distance = 1; + end; +} -- cgit v1.2.3-60-g2f50