From dbfaa95c046b7f01dd0aa0d77171c38f05111873 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 16:47:37 -0300 Subject: Modify Juliet to my new rules --- npc/002-3/juliet.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/npc/002-3/juliet.txt b/npc/002-3/juliet.txt index 5b1561d53..3b6fa84a0 100644 --- a/npc/002-3/juliet.txt +++ b/npc/002-3/juliet.txt @@ -61,8 +61,7 @@ mesn; mesq l("Ok, done."); - if (getq(ShipQuests_Julia) == 2) - { + if (getq(ShipQuests_Julia) == 2) { next; mesq l("Do you have any other questions for me?"); next; @@ -188,8 +187,7 @@ OnTouch: next; mesq lg("I'm glad to see you're okay."); next; - if (getq(ShipQuests_Julia) < 2) - { + if (getq(ShipQuests_Julia) < 2) { 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."); @@ -203,14 +201,17 @@ OnTouch: 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; + mesn; 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."); + mesn; + mesq l("Also, take this book so you don't forget the rules. You can always read it, or type ##B@rules##b on the chat."); + // No inventoryplace here. + getitem BookOfLaws, 1; + setq ShipQuests_Julia, 2; next; mesq l("I think I'm done with that now. Do you have any questions?"); next; - - setq ShipQuests_Julia, 2; } //mesq lg("Could I ask you what your native language is? A sailor told me you're Russian, but another one told me you're French... I'm a bit lost. I will register you on the ship passenger list just after that."); //next; -- cgit v1.2.3-70-g09d2