summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-11-19 23:11:55 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-11-19 23:11:55 +0100
commit7f6951e627467c73a497b5544c6f503b69232e4a (patch)
tree215c427c5a466a0f2a57ad19a2c03653e85000b4 /npc/000-1/tibbo.txt
parent7bc9e612d093481ea7753bb200caf84abcc34991 (diff)
downloadserverdata-7f6951e627467c73a497b5544c6f503b69232e4a.tar.gz
serverdata-7f6951e627467c73a497b5544c6f503b69232e4a.tar.bz2
serverdata-7f6951e627467c73a497b5544c6f503b69232e4a.tar.xz
serverdata-7f6951e627467c73a497b5544c6f503b69232e4a.zip
Tibbo dialogue added (WIP).
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt34
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";