summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-25 22:34:54 +0200
committerReid <reidyaro@gmail.com>2012-09-25 22:34:54 +0200
commit3a087cdf442f65fe096b97218cd4a8af0494b983 (patch)
tree1263e864160fc4737b1507d75d8fd9f0473dd775 /npc/000-1/gugli.txt
parentac66519894195a93f925fe473dec1dfc27139eca (diff)
downloadserverdata-3a087cdf442f65fe096b97218cd4a8af0494b983.tar.gz
serverdata-3a087cdf442f65fe096b97218cd4a8af0494b983.tar.bz2
serverdata-3a087cdf442f65fe096b97218cd4a8af0494b983.tar.xz
serverdata-3a087cdf442f65fe096b97218cd4a8af0494b983.zip
Add some basic dialogues on gugli script.
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index cf02a867..7522dc59 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -30,7 +30,22 @@
if (@g == 1) goto l_TaskGiven;
if (@g > 1) goto l_TaskCompleted;
- mesq l("Hello I give you a quest.");
+ mesq l("Hi @@, I have heard captain sent you down here, uh?", strcharinfo(0));
+ next;
+ mesq l("An unexpected help is always welcome.")
+ next;
+ mesq l("As you may know we are long-distance traveller, and our crew need to stock enough food to survive. You don't know how dangerous sea life can be.")
+ next;
+
+ menu
+ l("Actually I have an in-depth knowledge of this life."), -;
+
+ mes "";
+ mesn;
+ mesq l("Well have been rescued by us doesn't make you an expert sailor, am I right?")
+ next;
+
+
setq ShipQuests_Gugli, 1;
close;