diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-20 23:32:12 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-20 23:32:12 +0100 |
commit | 867dbfc8ea2d789406060babb8b26dd6cd9c7cfb (patch) | |
tree | 9e2b7856893d39bee5a56aaadd9d6977e64b5ad3 /npc/000-1/jalad.txt | |
parent | 9e7042765d49169736a15fc10a50d202df6a90aa (diff) | |
download | serverdata-867dbfc8ea2d789406060babb8b26dd6cd9c7cfb.tar.gz serverdata-867dbfc8ea2d789406060babb8b26dd6cd9c7cfb.tar.bz2 serverdata-867dbfc8ea2d789406060babb8b26dd6cd9c7cfb.tar.xz serverdata-867dbfc8ea2d789406060babb8b26dd6cd9c7cfb.zip |
Jalad dialogue added.
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r-- | npc/000-1/jalad.txt | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 17d143b1..ef83699b 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -10,10 +10,42 @@ set @q, getq(ShipQuests_Jalad); if (@q == 1) goto l_CallFunc; -// Some dialogues will be here. + mesn; + mesq l("*uff*, *agh*, why don't you give me some help?"); + next; + mesq l("I'm not suited for this kind of job!"); + next; + + menu + l("I was going to ask you if you would need any help."), l_Continue, + l("What is exactly your real job?."), l_Job; + +l_Job: + + mes ""; + mesn; + mesq l("I'm the cook's assistant of the ship. I help Gado, La Johanne's Chef, in his daily work."); + next; + mesq l("You should go see him. Is it one of the most experienced sailor we have."); + next; + + menu + l("I will surely visit him. Do you need any help with your boxes?"), l_Continue; + +l_Continue: + + mes ""; + mesn; + mesq l("Surely. Take this box full of plushroom."); + next; + setq ShipQuests_Jalad, 1; getitem "PlushroomBox", 1; -// And here too. + + mes ""; + mesn; + mesq l("They are so tasty when cooked together with some Piou's Legs. Don't drop any of them!"); + close; l_CallFunc: callfunc "SailorFood"; |