diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:47:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:47:37 -0300 |
commit | dbfaa95c046b7f01dd0aa0d77171c38f05111873 (patch) | |
tree | c6c61bb7512aac7e4e873403bd1ced55af3cf5aa /npc | |
parent | 1e9b0c2764680794025cf8d80fd1f2f8ae0226a7 (diff) | |
download | serverdata-dbfaa95c046b7f01dd0aa0d77171c38f05111873.tar.gz serverdata-dbfaa95c046b7f01dd0aa0d77171c38f05111873.tar.bz2 serverdata-dbfaa95c046b7f01dd0aa0d77171c38f05111873.tar.xz serverdata-dbfaa95c046b7f01dd0aa0d77171c38f05111873.zip |
Modify Juliet to my new rules
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-3/juliet.txt | 15 |
1 files 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; |