summaryrefslogtreecommitdiff
path: root/npc/000-1/gulukan.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-11-20 22:07:02 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-11-20 22:07:02 +0100
commit57ef0798f5f63eff25cd194a050b422466eb7f67 (patch)
tree730e7a426b57ce91b357147f54af241d9ca3d8aa /npc/000-1/gulukan.txt
parent9c27a94e33378dd2c200119b1dee39f44ad15b6e (diff)
downloadserverdata-57ef0798f5f63eff25cd194a050b422466eb7f67.tar.gz
serverdata-57ef0798f5f63eff25cd194a050b422466eb7f67.tar.bz2
serverdata-57ef0798f5f63eff25cd194a050b422466eb7f67.tar.xz
serverdata-57ef0798f5f63eff25cd194a050b422466eb7f67.zip
Gulukan dialogue added. Minor corrections to other sailors' dialogues.
Diffstat (limited to 'npc/000-1/gulukan.txt')
-rw-r--r--npc/000-1/gulukan.txt45
1 files changed, 44 insertions, 1 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index b70604d3..137495c1 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -10,9 +10,52 @@
set @q, getq(ShipQuests_Gulukan);
if (@q == 1) l_Func;
-// Some dialogues will be here.
+ mesn;
+ mesq l("Hey @@!", strcharinfo(0));
+ next;
+ mesq l("How are you feeling now on dry land? Better?");
+ next;
+
+ menu
+ l("Wow! It seems everyone knows my name."), l_Name,
+ l("Well not a bad sensation feeling something beneath your feet."), l_Fine,
+ l("Not so good. Better if I get back to Nard's ship."), close;
+
+l_Name:
+
+ mes "";
+ mesn;
+ mesq l("You know sailors love to chat while working.");
+ next;
+
+ goto l_Fine;
+
+l_Fine:
+
+ mes "";
+ mesn;
+ mesq l("Are you here exploring the island?");
+ next;
+
+ menu
+ l("Actually Gugli asked me if I can help you bringing him some of your boxes."), -,
+ l("Yes I prefer first to explore places I have never been before."), close;
+
+ mes "";
+ mesn;
+ mesq l("Gugli? Oh I see. Yes, he is pretty used to shout order to everybody down here.");
+ next;
+ mesq l("Anyway I am glad I can give you some of those croconuts.");
+ next;
+
setq ShipQuests_Gulukan, 1;
getitem "CroconutBox", 1;
+
+ mes "";
+ mesn;
+ mesq l("Thank you my friend.");
+ close;
+
// And here too.
l_Func: