summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrazyfefe <maf.vercin@gmail.com>2020-05-08 01:30:19 +0000
committerCrazyfefe <maf.vercin@gmail.com>2020-05-08 01:30:19 +0000
commit4d21b48a83641a3af44e8171f98b946fc773be49 (patch)
treedce5780e76594cc48960d745a6ec459e5561d0a4
parent85f333ebab0bf69b5f1294509d757c22759fb6b5 (diff)
downloadserverdata-patch-2.tar.gz
serverdata-patch-2.tar.bz2
serverdata-patch-2.tar.xz
serverdata-patch-2.zip
Weekly dungeon without any start confirmation ??????? Please accept at least this fixpatch-2
-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.");