summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-1/darlin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 72458daa..a37d34fa 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -125,10 +125,9 @@ l_GoDown:
l_Bye:
setcamnpc;
- mes "";
- mesn;
- mesq l("FINE, BYE!");
+ npctalk "FINE, BYE!";
+ closedialog;
close;
l_DangerAround:
@@ -138,5 +137,6 @@ l_DangerAround:
close;
l_Quit:
+ closedialog;
close;
}