summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-06-09 18:40:51 +0200
committerReid <reidyaro@gmail.com>2016-06-09 18:40:51 +0200
commit901937989509ed5c05c38325bb3600cd87cd1c05 (patch)
tree337dd41740ea6f25d86d50174d00630a329d6840
parentd5d99293df0a4ece9db97a07588b7f5846a9292a (diff)
downloadserverdata-901937989509ed5c05c38325bb3600cd87cd1c05.tar.gz
serverdata-901937989509ed5c05c38325bb3600cd87cd1c05.tar.bz2
serverdata-901937989509ed5c05c38325bb3600cd87cd1c05.tar.xz
serverdata-901937989509ed5c05c38325bb3600cd87cd1c05.zip
Improve christopher's script and add some npctalk functions for short dialogues.
-rw-r--r--npc/001-2-6/christopher.txt8
1 files 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))