From decb212a7b7dc990b0d89d67b77de01afed1fb40 Mon Sep 17 00:00:00 2001 From: Hal9OOO Date: Sun, 9 Dec 2012 14:24:26 +0100 Subject: Correct close behaviour in many dialogues. Democratize l_Quit function. --- npc/000-1/muller.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/000-1/muller.txt') diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 4dca2338..f9b64a25 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -27,7 +27,7 @@ next; menu - l("Indeed! Goodbye."), close, + l("Indeed! Goodbye."), l_Quit, l("Yes, it is true! You are not able at all. Nard has been waiting for the food for too long already. Hurry up, you lazy sailors!"), -; mes ""; @@ -75,9 +75,7 @@ l_CallFunc: rif(getq(ShipQuests_Jalad) == 0, l("Jalad.")), l_Top, rif(getq(ShipQuests_Gulukan) == 0, l("Gulukan.")), l_Bottom, rif(getq(ShipQuests_Tibbo) == 0, l("Tibbo.")), l_Bottom, - l("Nobody."), -; - - close; + l("Nobody."), l_Quit; l_Bottom: mes ""; @@ -120,4 +118,7 @@ l_TaskDone: close; +l_Quit: + close; + } -- cgit v1.2.3-60-g2f50