diff options
-rw-r--r-- | npc/005-1-1/main.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index f7d1ab672..93db929e2 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -221,7 +221,11 @@ OnFinish: inventoryplace RoundLeatherShield, 1; mesc l("Complete Quest?"); mesc l("You won't be able to aim for a better record!"); - if (askyesno() == ASK_YES) { + menuint + l("Yes, I'm done with it."), ASK_YES, + l("No, I want to aim for a higher score."), ASK_NO; + mes ""; + if (@menuret == ASK_YES) { setq CandorQuest_Marggo, 1; Zeny=Zeny+300; getexp .@ratio*8/10, (.@ratio/3); |