summaryrefslogtreecommitdiff
path: root/npc/003-8/jhedia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-8/jhedia.txt')
-rw-r--r--npc/003-8/jhedia.txt27
1 files changed, 12 insertions, 15 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt
index ff17307b2..03864ea6c 100644
--- a/npc/003-8/jhedia.txt
+++ b/npc/003-8/jhedia.txt
@@ -41,22 +41,19 @@ L_Iron:
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Hello! Do you want to craft @@? For that I will need 7 @@, 11 @@ and @@ gp.", getitemlink(.ItemCreate),getitemlink(.Item1),getitemlink(.Item2),.GP);
- do
- {
- //.@karim = getq(Karim_Quest);
- select
- l("Yes"),
- menuaction(l("Quit"));
+ //.@karim = getq(Karim_Quest);
+ select
+ l("Yes"),
+ menuaction(l("Quit"));
- switch (@menu)
- {
- case 1:
- iron_create;
- break;
- }
- } while (@menu != 2);
-
- goto L_Close;
+ switch (@menu) {
+ case 1:
+ iron_create;
+ break;
+ default:
+ goto L_Close;
+ break;
+ }
L_Close:
closedialog;