summaryrefslogtreecommitdiff
path: root/npc/config/inspector.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/config/inspector.txt')
-rw-r--r--npc/config/inspector.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/npc/config/inspector.txt b/npc/config/inspector.txt
index 969652584..f4cce9989 100644
--- a/npc/config/inspector.txt
+++ b/npc/config/inspector.txt
@@ -71,8 +71,18 @@ function script inspectorQuest {
Axzell the Alchemist
LoF alchemist
*/
- mes "";
- Exception("Oops, this is not yet implemented!", RB_SPEECH);
- return;
+ mes "";
+ if (.@npc$ == "Doug") {
+ mesn;
+ mesq l("I know nothing about the robberies, sorry.");
+ next;
+ mesn;
+ mesq l("Besides, this room is too dark, so I wouldn't be able to see anything.");
+ } else {
+ mesn;
+ mesq l("I know nothing about the robberies, sorry.");
+ Exception("Oops, this is not yet implemented!", RB_SPEECH);
+ }
+ close;
}