summaryrefslogtreecommitdiff
path: root/npc/000-1/silvio.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-11-28 08:50:47 +0100
committerReid <reidyaro@gmail.com>2012-11-28 08:50:47 +0100
commit75f8a3ea563c583e3c192541fb84c2cc6358cbeb (patch)
tree7b5ec67b7eddc7cc0252c384270753d9c44c7265 /npc/000-1/silvio.txt
parent4cf4537a57538594ef8285b4fc9fc31b16c33455 (diff)
downloadserverdata-75f8a3ea563c583e3c192541fb84c2cc6358cbeb.tar.gz
serverdata-75f8a3ea563c583e3c192541fb84c2cc6358cbeb.tar.bz2
serverdata-75f8a3ea563c583e3c192541fb84c2cc6358cbeb.tar.xz
serverdata-75f8a3ea563c583e3c192541fb84c2cc6358cbeb.zip
Add Silvio's indication on where to find other sailors.
Diffstat (limited to 'npc/000-1/silvio.txt')
-rw-r--r--npc/000-1/silvio.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index e6499c384..bde671ca0 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -15,6 +15,7 @@
menu
l("Hello... Do I know you?"), -,
+ l("Find, could you tell me where I can find Gugli's sailors?"), l_Sailors,
l("Uhm, bye."), l_Quit;
mes "";
@@ -136,4 +137,42 @@ l_Quit:
close;
+l_Sailors:
+ mes "";
+ mesn;
+ mesq l("What? Why? They aren't more sexy than me, why do you want to see them?.");
+ next;
+ mesq l("And what do you give me against these informations?");
+ next;
+
+ setcamnpc "Sapartan";
+
+ mesn "Gugli";
+ mesq g(l("Don't bother her Silvio, or I'll need to tell her that you cry like a baby when you hear a thunder in the night."),
+ l("Don't bother him Silvio, or I'll need to tell him that you cry like a baby when you hear a thunder in the night."));
+ next;
+ restorecam;
+
+ mesn;
+ mesq l("I...");
+ next;
+ mesq l("How could you... We said that we won't talk about this again...");
+ next;
+ mesq l("Tibbo is gone to the east-south part of the island, others are gone to the north, and I think that Gulukan is not so far from here.");
+ next;
+ mesq l("But anyway, take the road which goes to the north to find everybody.");
+ next;
+ mesq l("Now, leave me alone...");
+ next;
+
+ menu
+ l("See you."), close,
+ l("*Imitate a thunder's sound.*"), -;
+
+ mes "";
+ mesn;
+ mesq l("Aaaaaahhhhhh!");
+
+ close;
+
}