summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-09 14:24:26 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-09 14:24:26 +0100
commitdecb212a7b7dc990b0d89d67b77de01afed1fb40 (patch)
tree8b0ba71d5d6e0179132d471613781777ac6b1617 /npc/000-1/ale.txt
parent193c7147eaa1a7b1a4ef633beb8985e60a144162 (diff)
downloadserverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.tar.gz
serverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.tar.bz2
serverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.tar.xz
serverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.zip
Correct close behaviour in many dialogues. Democratize l_Quit function.
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r--npc/000-1/ale.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index c7fe20e9..20f81379 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -22,7 +22,7 @@
menu
l("Gugli sent me down here to help you."), -,
l("What's that?"), l_Plushroom,
- l("See you aboard."), close;
+ l("See you aboard."), l_Quit;
mes "";
mesn;
@@ -63,9 +63,7 @@ l_CallFunc:
rif(getq(ShipQuests_Jalad) == 0, l("Jalad.")), l_Jalad,
rif(getq(ShipQuests_QMuller) == 0, l("QMuller.")), l_Bottom,
rif(getq(ShipQuests_Tibbo) == 0, l("Tibbo.")), l_Bottom,
- l("Nobody."), -;
-
- close;
+ l("Nobody."), l_Quit;
l_Bottom:
mes "";
@@ -83,6 +81,7 @@ l_Jalad:
next;
restorecam;
+
close;
l_Plushroom:
@@ -110,4 +109,7 @@ l_TaskDone:
close;
+l_Quit:
+ close;
+
}