summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/042-0/arthur.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt
index a0dfff38c..7c1324bad 100644
--- a/npc/042-0/arthur.txt
+++ b/npc/042-0/arthur.txt
@@ -34,7 +34,7 @@ L_Prologue:
mes "";
switch (@menu) {
case 1:
- goto L_Quest;
+ goto L_AreYouSure;
case 2:
if (any(true, true, true, true, false))
goto L_Smash;
@@ -50,6 +50,18 @@ L_Prologue:
}
close;
+L_AreYouSure:
+ mes l("Do you want to start the dungeon ?");
+ select
+ l("Yes"),
+ l("NO");
+ switch (@menu) {
+ case 1:
+ goto L_Quest;
+ case 2:
+ close;
+
+
L_Quest:
mesn l("King Arthur the Micksha");
mes l("Something is happening down there.");