summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-10 08:52:38 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-10 08:52:38 -0300
commitd6e260702e77e39bb174299773f2db9499325180 (patch)
treedec71b74ab82949698b58f274fe43d9a5ec2ed78
parent2dea206938d578f94a1489d26f30fed82bfa94b2 (diff)
downloadserverdata-d6e260702e77e39bb174299773f2db9499325180.tar.gz
serverdata-d6e260702e77e39bb174299773f2db9499325180.tar.bz2
serverdata-d6e260702e77e39bb174299773f2db9499325180.tar.xz
serverdata-d6e260702e77e39bb174299773f2db9499325180.zip
Some more code sketches to Henry, he now remembers you to go look for Nunia
-rw-r--r--npc/001-3-2/henry.txt22
1 files changed, 20 insertions, 2 deletions
diff --git a/npc/001-3-2/henry.txt b/npc/001-3-2/henry.txt
index 8e5c3a87..c160771e 100644
--- a/npc/001-3-2/henry.txt
+++ b/npc/001-3-2/henry.txt
@@ -252,13 +252,31 @@ function proposeThirdQuest {
function reportThirdQuest {
mesn;
mesq l("Have you already did what I asked you to?");
- // getitem Lockpicks, 1;
+ next;
+ select
+ l("Not yet, but I'll get to it."),
+ l("What was I supposed to do, again?"),
+ l("Yes, the deed is done.");
+ mes "";
+ switch (@menu) {
+ case 2:
+ speech
+ l("My beloved friend Nunia in Hurnscald went missing."),
+ l("I mean, I do not receive any letter from her for a while, so I got worried."),
+ l("I would like you to check how she is doing. You know, the Brotherhood could have got her and she is in need of rescue, or something else.");
+ break;
+ case 3:
+ mesc l("Liar!");
+ // getitem Lockpicks, 1;
+ break;
+ }
return;
}
///////////////////////////////////////////////////////
function completedHenry {
- mesc l("He ignores you.");
+ mesc l("He seems to ignore you.");
+ mesc l("Probably better not disturb him.");
return;
}