From 7f6951e627467c73a497b5544c6f503b69232e4a Mon Sep 17 00:00:00 2001 From: Hal9OOO Date: Mon, 19 Nov 2012 23:11:55 +0100 Subject: Tibbo dialogue added (WIP). --- npc/000-1/tibbo.txt | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'npc') 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"; -- cgit v1.2.3-70-g09d2