summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-09-06 21:31:54 +0200
committerReid <reidyaro@gmail.com>2015-09-06 21:31:54 +0200
commit920becebdfa5e81bb7cc86aea753c75d80211ca4 (patch)
tree0f23e0d48b6504ec2504be3df67167beb2d0e868 /npc
parent4ea54464cf02d8a7fdba9ae9f7129d62da78e6b2 (diff)
downloadserverdata-920becebdfa5e81bb7cc86aea753c75d80211ca4.tar.gz
serverdata-920becebdfa5e81bb7cc86aea753c75d80211ca4.tar.bz2
serverdata-920becebdfa5e81bb7cc86aea753c75d80211ca4.tar.xz
serverdata-920becebdfa5e81bb7cc86aea753c75d80211ca4.zip
Improve the end dialogue of the introduction.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-0/doors.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
index 108ee2c3..866a1ef5 100644
--- a/npc/000-2-0/doors.txt
+++ b/npc/000-2-0/doors.txt
@@ -50,8 +50,14 @@ L_GotoNard:
close;
L_End:
- npctalk3 l("This door is locked.");
-
+ mesn "Narrator";
+ mesq col(l("This door is locked."), 9);
+ setcamnpc "Julia";
+ mesn "Julia";
+ mesq l("We're soon leaving that island, please return to your cabine.");
+ next;
+ restorecam;
+
close;
}