From 4d21b48a83641a3af44e8171f98b946fc773be49 Mon Sep 17 00:00:00 2001 From: Crazyfefe Date: Fri, 8 May 2020 01:30:19 +0000 Subject: Weekly dungeon without any start confirmation ??????? Please accept at least this fix --- npc/042-0/arthur.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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."); -- cgit v1.2.3-60-g2f50