From 81d73f15065a24f04d656002b7aba9f7270261bf Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 1 Feb 2015 22:07:47 +0100 Subject: Add restorecam before closedialog on darlin script. --- npc/000-1/darlin.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index ebdcebcf..4d4026d4 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -94,7 +94,7 @@ mesq l("HE IS AT THE BOTTOM OF THE SHIP, DOWN THE STAIRS. YOU CAN'T MISS HIM!"); restorecam; - close; + goto L_Quit; L_GoDown: setcamnpc; @@ -119,21 +119,21 @@ L_GoDown: setcamnpc; mesq l("Oh no, but I've noticed a weird light on the other edge of this island, I wonder what it can be..."); + restorecam; - close; + goto L_Quit; L_Bye: - setcamnpc; npctalk3 l("FINE, BYE!"); - closedialog; - close; + goto L_Quit; L_DangerAround: setcamnpc; mesq l("NOTHING ELSE OTHER THAN SHARKS AND AN ODD LIGHT!"); + restorecam; - close; + goto L_Quit; L_Quit: closedialog; -- cgit v1.2.3-70-g09d2