diff options
-rw-r--r-- | npc/000-2-0/doors.txt | 10 |
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; } |