diff options
author | Reid <reidyaro@gmail.com> | 2011-12-26 00:48:33 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-26 00:48:33 +0100 |
commit | b6ef070d97012cb17b6de3d9c85813d679511ca8 (patch) | |
tree | 7133a7330cd3ddb3f57673e87d9b2ff910a4cc98 /npc | |
parent | ff362401a472bc7aa4a8612e13681556b73d2250 (diff) | |
download | clientdata-b6ef070d97012cb17b6de3d9c85813d679511ca8.tar.gz clientdata-b6ef070d97012cb17b6de3d9c85813d679511ca8.tar.bz2 clientdata-b6ef070d97012cb17b6de3d9c85813d679511ca8.tar.xz clientdata-b6ef070d97012cb17b6de3d9c85813d679511ca8.zip |
Tweak some alige dialogs.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 6d04f26c..99f4e6d9 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -46,7 +46,7 @@ mesq l("Good, good! ") + " " + l("Could you help me please? ") + " " + l("I beg you, please, pleeeease... "); menu - l("Why not... but, who are you?") + l("And what kind of help do you need?"), l_CanHelp; + 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."), -; mesn l("Hidden person"); @@ -64,8 +64,7 @@ menu l("Okay, but what do you offer me?"), l_AboutReward, - l("Why are you hiding?"), l_ExplainHiding, - l("Why not going outside to talk?"), l_ExplainHiding; + l("Why are you hiding? ") + " " + l("Why not going outside to talk?"), -; l_ExplainHiding: @@ -104,6 +103,7 @@ mesn; mesq l("It's a commercial port of Andorra, it's weird that you don't know about it, it's a fame city through our world... But hey oh, return to topic! I'm hungry!"); next; + if (@q == 2) goto l_AskForFood; goto l_Accept; l_Accepted: @@ -160,7 +160,7 @@ menu l("Yes."), l_GiveFood, - l("Why are you hiding?") l_ExplainHiding, + l("Why are you hiding? ") + " " + l("Why not going outside to talk?"), l_ExplainHiding, l("What is Artis?"), l_Artis, l("I think I should report you to the crew members."), l_DamnYou; |