diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-01-03 18:14:49 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-01-03 18:14:49 +0100 |
commit | 67a7b281fb1f30a1e292be4ba99e8804bec30277 (patch) | |
tree | d034a43552e625006af21a48afd05077368fd729 /npc/000-2-0 | |
parent | 8bed35234fca037235c78164f8cd998ba4282798 (diff) | |
download | serverdata-67a7b281fb1f30a1e292be4ba99e8804bec30277.tar.gz serverdata-67a7b281fb1f30a1e292be4ba99e8804bec30277.tar.bz2 serverdata-67a7b281fb1f30a1e292be4ba99e8804bec30277.tar.xz serverdata-67a7b281fb1f30a1e292be4ba99e8804bec30277.zip |
Give Julia the opportunity to explain her position.
Give the player another way to complete the liutenants quest.
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/julia.txt | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index f51f03bc..042e1643 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -42,13 +42,15 @@ next; set @q2, getq(ShipQuests_ChefGado); + set @q3, getq(ShipQuests_Nard); set @s$, l("I don't want to change my language, sorry."); l_Menu: menu - lg("I made a mistake, I would like to change my language."), l_ChooseLang, + rif(@q3 == 3, l("I have heard rumors about some old hostilities between you and Gado. Are they truthful?")), l_Rumors, rif(@q2 == 2 && countitem("PoisonedDish", 1), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")), l_Regret, rif(@q2 == 2 && countitem("PoisonedDish", 1), l("I have brought you a tasty present for your delicate mouth.")), l_PoisonJulia, + lg("I made a mistake, I would like to change my language."), l_ChooseLang, l("Could you explain to me where I am?"), l_WhereIam, l("What happened to me?"), l_What, l("Can I read these rules again?"), l_Rules, @@ -227,7 +229,36 @@ l_Regret: setq ShipQuests_ChefGado, 5; close; + +l_Rumors: + mes ""; + mesn; + mesq l("You shouldn't believe all stories sailors tell when they are drunk."); + next; + menu + l("Let's say that who told me that was a respectable person and not even drunk."), -; + + mes ""; + mesn; + mesq l("Ahahah. All sailors here are always drunk, well... Except... What?! Nard told you that?!"); + next; + mesq l("Doesn't he appreciate how I'm taking care of his ship? Everything is finally clean and tidy with me as the liutenant of La Johanne."); + next; + mesq l("I give tasks to every sailor all day long to make him happy!"); + next; + + menu + l("Uhm I don't think it is the best way to rule a ship. See you..."), l_Quit, + l("Actually everything seems in perfect order under your guidance. Nard has done the right choice."), -; + + mes ""; + mesn; + mesq l("I'm glad you are on my side."); + + close; + + l_Quit: mes ""; mesn; |