diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ishi.txt | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index a99a7674a..699a1ef6b 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -136,23 +136,20 @@ L_Items: L_Continue: mesq l("You still have @@ Monster Points! Do you want more items?", Mobpt); - do - { - select - l("Yes"), - l("No"); - - switch (@menu) - { - case 1: - goto L_Give_all; - break; - case 2: - goto L_Close; - break; - } - } while (@menu != 2); + select + l("Yes"), + l("No"); + switch (@menu) + { + case 1: + goto L_Give_all; + break; + case 2: + goto L_Close; + break; + } + close; L_Give_all: .@var = Mobpt / @mpq_cost; |