diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-09 14:24:26 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-09 14:24:26 +0100 |
commit | decb212a7b7dc990b0d89d67b77de01afed1fb40 (patch) | |
tree | 8b0ba71d5d6e0179132d471613781777ac6b1617 /npc/000-2-1/alige.txt | |
parent | 193c7147eaa1a7b1a4ef633beb8985e60a144162 (diff) | |
download | serverdata-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-2-1/alige.txt')
-rw-r--r-- | npc/000-2-1/alige.txt | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index ee39139d..f8d785b9 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -78,13 +78,7 @@ l_NeedHelp: menu l("Why not, but who are you?") + " " + l("And what kind of help do you need?"), l_CanHelp; - l("Sorry but I have no time for this."), -; - - mes ""; - mesn "Hidden Person"; - mesq lg("Damn you! You better not tell anyone that you've seen me!"); - - close; + l("Sorry but I have no time for this."), l_Quit; l_CanHelp: mes ""; @@ -122,7 +116,7 @@ l_Accept: menu l("Understood, I will help you."), l_Accepted, l("What is Artis?"), l_Artis, - l("I think I should report you to the crew members."), l_DamnYou; + l("I think I should report you to the crew members."), l_Quit; l_Artis: mes ""; @@ -219,7 +213,7 @@ l_IntroMenu: l("Where can I find some food?"), -, l("Why are you hiding?") + " " + l("Why don't you come out?"), l_ExplainHiding, l("What is Artis?"), l_Artis, - l("I think I should report you to the crew members."), l_DamnYou; + l("I think I should report you to the crew members."), l_Quit; mes ""; mesn; @@ -236,7 +230,7 @@ l_IntroMenu: close; -l_DamnYou: +l_Quit: mes ""; mesn; mesq lg("Damn you! You better not tell anyone that you've seen me!"); |