diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/tibbo.txt | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index 1ee00fa7..46693a42 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -10,10 +10,40 @@ set @q, getq(ShipQuests_Tibbo); if (@q == 1) goto l_CallFunc; -// Some dialogues will be here. + + mesn; + mesq l("Uh? Hi! I'm sorry but I have no time for chatting."); + next; + + menu + l("Fine...I was just going to give you some help..."), -; + + mes ""; + mesn; + mesq l("Hel...What?! Wait!"); + next; + mesq l("W-What kind of help?"); + next; + + menu + l("Gugli asked me to help you carrying one of those boxes you are filling."), -; + + mes ""; + mesn; + mesq l("Well then it seems I have to apologize."); + next; + mesq l("I am surprised someone has been sent here for help. It's quite...unusual."); + next; + mesq l("Bring this box back to Gugli. He will be more than happy!"); + next; + setq ShipQuests_Tibbo, 1; getitem "AquadaBox", 1; -// And here too. + + mes ""; + mesn; + mesq l("Thank you and be carefull with that box. I have worked so hard to fill it."); + close; l_CallFunc: callfunc "SailorFood"; |