From 901937989509ed5c05c38325bb3600cd87cd1c05 Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 9 Jun 2016 18:40:51 +0200 Subject: Improve christopher's script and add some npctalk functions for short dialogues. --- npc/001-2-6/christopher.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/npc/001-2-6/christopher.txt b/npc/001-2-6/christopher.txt index 2151a8dc..cee1a037 100644 --- a/npc/001-2-6/christopher.txt +++ b/npc/001-2-6/christopher.txt @@ -28,21 +28,23 @@ l("Nothing."))) { case 1: - speech 1, l("You can find novels and poems on this floor."); + npctalk3 l("You can find novels and poems on this floor."); break; case 2: mes ""; ghost_in_the_library(); break; case 3: - speech 1, l("I love peace and quiet, that's a good choice."); + npctalk3 l("I love peace and quiet, that's a good choice."); } return; } function not_so_loud { - speech l("This floor is reserved for quiet reading, don't speak too loud."); + npctalkonce l("This floor is reserved for quiet reading, don't speak too loud."); + + return; } switch (rand(3)) -- cgit v1.2.3-60-g2f50