summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-27 18:22:59 +0000
committerJesusaves <cpntb1@ymail.com>2020-05-27 18:22:59 +0000
commitf92ef074086b531aa83ab638516d87478947310d (patch)
treee4c1201c157560611075ccd243a44b96f279b4e2 /npc/001-1
parent19ff29792c7767788255409755ace832a7396da0 (diff)
downloadserverdata-f92ef074086b531aa83ab638516d87478947310d.tar.gz
serverdata-f92ef074086b531aa83ab638516d87478947310d.tar.bz2
serverdata-f92ef074086b531aa83ab638516d87478947310d.tar.xz
serverdata-f92ef074086b531aa83ab638516d87478947310d.zip
At least, now you can reach Argaes. Poorly balanced.
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/sophialla.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt
index d2bb6760..0671307b 100644
--- a/npc/001-1/sophialla.txt
+++ b/npc/001-1/sophialla.txt
@@ -18,6 +18,7 @@
l("Hello."),
l("Can't you see I am reading? If you need something, tell me the secret password.");
// TODO: Use a token to know password or whatever
+ // PS. "Sagratha" is not a typo.
select
l("Sorry to disturb you."),
rif(getq(ArtisQuests_MonaDad) == 3, l("Sagratha is great.")),
@@ -31,6 +32,19 @@
l("Look for the hideout, but tell no one about this. Then, say the password again.");
compareandsetq General_Brotherhood, 1, 2;
}
+ else if (@menu == 3)
+ {
+ mesn;
+ mesq l("If I just told you, it would not be a password anymore, right?");
+ next;
+ mesn;
+ mesq l("I'm afraid you'll need to figure that out on your own.");
+ next;
+ mesn;
+ mesq l("This password is very secret. I don't think you would learn it even if you rescued someone missing for weeks."); // FIXME: Provide a decent hint.
+ next;
+ mesc l("%s sighs.", .name$);
+ }
speech
lg("If you don't know it, just go, please.");