summaryrefslogtreecommitdiff
path: root/npc/000-1/sapartan.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/sapartan.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/sapartan.txt')
-rw-r--r--npc/000-1/sapartan.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 43561501..d7f51803 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -27,7 +27,7 @@
menu
l("Thank you sir for you nice words. I am feeling better now."), -,
- lg("I'm still a bit weak at the moment. We should probably talk later."), close;
+ lg("I'm still a bit weak at the moment. We should probably talk later."), l_Quit;
mes "";
mesn;
@@ -59,7 +59,7 @@
menu
l("No, I don't, but I would like to know more about that."), -,
l("Well... I've only killed some little pious in the ship, that's all."), -,
- l("Yes, I feel strong enough for dangerous combats!"), close;
+ l("Yes, I feel strong enough for dangerous combats!"), l_Quit;
mes "";
mesn;
@@ -88,7 +88,7 @@
menu
l("Thank you for your tricks. I am going to try them now!"), -,
- l("I already know everything. Bye."), close;
+ l("I already know everything. Bye."), l_Quit;
mes "";
mesn;
@@ -97,4 +97,7 @@
close;
+l_Quit:
+ close;
+
}