summaryrefslogtreecommitdiff
path: root/npc/000-1/max.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/max.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/max.txt')
-rw-r--r--npc/000-1/max.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index 1e952860..ada5c14c 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -22,7 +22,7 @@
rif(@gugli == 1, l("Gugli asked me to help sailors with their food gatherings. Do you know where could I find them?")), l_Sailors,
rif(@gugli > 1, l("Seems I've helped everyone here. I don't know what to do now!")), l_Annoyed,
rif(@knife == 0, l("It looks like you are an expert of the life inside 'La Johanne'. Do you know any hidden secrets nobody knows?")), l_Secrets,
- l("No thanks, not at the moment."), close;
+ l("No thanks, not at the moment."), l_Quit;
l_Help:
mes "";
@@ -46,7 +46,7 @@ l_MenuSailors:
l("Do you know where can I find Gulukan?"), l_Gulukan,
l("Any clue on where Astapolos may be hidden?"), l_Astapolos,
l("What about Q'Muller? Where is he?"), l_Qmuller,
- l("Alright. I will go looking for them now."), close;
+ l("Alright. I will go looking for them now."), l_Quit;
l_Gulukan:
mes "";
@@ -96,4 +96,7 @@ l_Secrets:
close;
+l_Quit:
+ close;
+
}