summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-02-01 22:07:47 +0100
committerReid <reidyaro@gmail.com>2015-02-01 22:07:47 +0100
commit81d73f15065a24f04d656002b7aba9f7270261bf (patch)
treecad9adadc1fcd8d17f179c1a7d5d72a89e5f29ab
parent4d41c70609fdcef24a5f33fd0c586f6d29997f78 (diff)
downloadserverdata-81d73f15065a24f04d656002b7aba9f7270261bf.tar.gz
serverdata-81d73f15065a24f04d656002b7aba9f7270261bf.tar.bz2
serverdata-81d73f15065a24f04d656002b7aba9f7270261bf.tar.xz
serverdata-81d73f15065a24f04d656002b7aba9f7270261bf.zip
Add restorecam before closedialog on darlin script.
-rw-r--r--npc/000-1/darlin.txt12
1 files 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;