diff options
author | Reid <reidyaro@gmail.com> | 2012-05-05 19:50:17 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-05 19:50:17 +0200 |
commit | dcbc69e63032dcaf6c071bcba3b394187abc4aea (patch) | |
tree | 99d17c40a8feeea276237512eb2ac7378ad76569 /npc | |
parent | 2ec564e85d5e424364687ff3cf6d281afbaab21c (diff) | |
download | serverdata-dcbc69e63032dcaf6c071bcba3b394187abc4aea.tar.gz serverdata-dcbc69e63032dcaf6c071bcba3b394187abc4aea.tar.bz2 serverdata-dcbc69e63032dcaf6c071bcba3b394187abc4aea.tar.xz serverdata-dcbc69e63032dcaf6c071bcba3b394187abc4aea.zip |
Correct julia script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 0df4cfa7..dc3b22c5 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -69,13 +69,15 @@ l_First: set @lang, @menu-1; if (@lang < 0 || @lang > 7) close; setlang @lang; - seta ShipQuests, ShipQuests_Julia, 1; mes ""; mesn; - mesq l("Ok, Done. I'm sure that you've got some questions for me, feel free to ask them, but in first I need to tell you the rules of proper social conduct on board."); + mesq l("Ok, Done."); + if (@q == 1) goto l_NoRules; next; - mesq l("Here they are:"); + mesq l("I'm sure that you've got some questions for me, feel free to ask them, but in first I need to tell you the rules of proper social conduct on board."); + + mesq l("Here they are."); next; mesn "Narrator"; @@ -102,8 +104,15 @@ l_First: mesq l("I think that I'm done, do you got a question now?"); next; + seta ShipQuests, ShipQuests_Julia, 1; goto l_Menu; +l_NoRules: + next; + mesq l("Do you have an other question for me?"); + next; + + goto l_YNMenu; l_NoChanges: mes ""; |