summaryrefslogtreecommitdiff
path: root/npc/081-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/081-1')
-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 {