summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-08 12:49:21 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-08 12:49:21 -0300
commit996828535ddd4f4ec9de19c073f335c8576a455a (patch)
tree67ca18339a07d782ba828e384bdc03d534286421 /npc
parent8458f006b905a920a57d7f8e74f45b03a17f4cde (diff)
downloadserverdata-996828535ddd4f4ec9de19c073f335c8576a455a.tar.gz
serverdata-996828535ddd4f4ec9de19c073f335c8576a455a.tar.bz2
serverdata-996828535ddd4f4ec9de19c073f335c8576a455a.tar.xz
serverdata-996828535ddd4f4ec9de19c073f335c8576a455a.zip
Continue sketching Santa's dialog, this will take a while
Diffstat (limited to 'npc')
-rw-r--r--npc/081-1/dungeon.txt41
1 files changed, 40 insertions, 1 deletions
diff --git a/npc/081-1/dungeon.txt b/npc/081-1/dungeon.txt
index 4609a115..80f93f62 100644
--- a/npc/081-1/dungeon.txt
+++ b/npc/081-1/dungeon.txt
@@ -173,9 +173,48 @@ OnInit:
next;
mesn;
mesq l("Welcome to the %s! Try avoiding the edges of this place, you know, æether all over the place, not really an appealing way to leave this world. Ho! Ho! Ho!", b(l("Frontier of Existence")));
+ do
+ {
next;
select
- l("Cool, I'm just taking a look around.");
+ l("Cool, I'm just taking a look around."),
+ l("What's the Frontier of Existence?"),
+ l("What's the æther?"),
+ l("Who are you?"),
+ l("What are the Sages of Kaizei?"),
+ l("How come you're friend with Gak?"),
+ l("What should I expect here?"),
+ rif(!X21_DISPATCH(), l("I'm ready to help."));
+ mes "";
+ switch (@menu) {
+ case 1: close;
+ case 2: // Frontier?
+ mesn;
+ mesq l("I don't know.");
+ break;
+ case 3: // æther?
+ mesn;
+ mesq l("I don't know.");
+ break;
+ case 4: // you?
+ mesn;
+ mesq l("Me? I am Santa Claus, of course! Ho! Ho! Ho!");
+ break;
+ case 5: // Sages?
+ mesn;
+ mesq l("I don't know.");
+ break;
+ case 6: // Gak?
+ mesn;
+ mesq l("I don't know.");
+ break;
+ case 7: // Expect?
+ mesn;
+ mesq l("I don't know.");
+ break;
+ case 8: close;
+ }
+ while (true);
close;
function accepted {