summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-12 10:49:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-12 10:49:06 -0300
commit35a310b07a3e7d41647097ea2491870cbaa75f94 (patch)
tree356dd06e6f8d00d6131836dbd6e4ae1b37d2be02
parent0d974bc79606976cb91f39fb4a080dd2447e7b65 (diff)
downloadserverdata-35a310b07a3e7d41647097ea2491870cbaa75f94.tar.gz
serverdata-35a310b07a3e7d41647097ea2491870cbaa75f94.tar.bz2
serverdata-35a310b07a3e7d41647097ea2491870cbaa75f94.tar.xz
serverdata-35a310b07a3e7d41647097ea2491870cbaa75f94.zip
Prevent Julia from asking you the language again.
You already replied that at the ship.
-rw-r--r--npc/000-2-0/julia.txt50
1 files changed, 19 insertions, 31 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 0e95fdd9..3fb19179 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -151,37 +151,10 @@
mesn;
mesq l("Ok, done.");
- if (getq(ShipQuests_Julia) == 2)
- {
- next;
- mesq l("Do you have any other questions for me?");
- next;
- ynMenu;
- return;
- }
-
- next;
- mesq l("I'm sure that you've got some questions for me, feel free to ask them, but first I need to tell you the rules of proper social conduct on board.");
-
- mesq l("Here they are.");
- next;
-
- narrator S_LAST_NEXT,
- l("There is a paper with some rules written on it.");
-
- GameRules 8 | 4;
-
- mesn;
- mesq l("Oh, and I almost forgot! Do not give the password of your room to anybody! I am the only one who has the other key and I won't ask for yours so keep it secret and try not to use the same password for any other room in the future.");
- next;
- mesq l("If you want to read this page again, there is a copy up on the left wall.");
next;
- mesq l("You can also read The Book of Laws at any time to see the rules.");
- next;
- mesq l("I think I'm done with that now. Do you have any questions?");
+ mesq l("Do you have any other questions for me?");
next;
-
- setq ShipQuests_Julia, 2;
+ ynMenu;
return;
}
@@ -289,9 +262,24 @@ OnTouch:
next;
mesq lg("I'm glad to see you're okay.");
next;
- mesq lg("Could I ask you what your native language is? A sailor told me you're from Ancea, but another one told me you're from Aemil because of the logo that... never mind. I'm a bit lost, if you could tell me what language you speak I will register you on the ship passenger list just after that.");
+
+ mesq l("I'm sure that you've got some questions for me, feel free to ask them, but first I need to tell you the rules of proper social conduct on board.");
+
+ narrator S_LAST_NEXT,
+ l("There is a paper with some rules written on it.");
+
+ GameRules 8 | 4;
+
+ mesn;
+ mesq l("Oh, and I almost forgot! Do not give the password of your room to anybody! I am the only one who has the other key and I won't ask for yours so keep it secret and try not to use the same password for any other room in the future.");
+ next;
+ mesq l("If you want to read this page again, there is a copy up on the left wall.");
+ next;
+ mesq l("You can also read The Book of Laws at any time to see the rules.");
+ setq ShipQuests_Julia, 2;
+ next;
+ mesq l("I think I'm done with that now. Do you have any questions?");
next;
- chooseLang;
mainMenu;
end;