From 341ad533e9fd76dae658f6b0b01adebc57bf7f05 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 26 May 2021 18:22:25 -0300 Subject: Nylo - Replace the YES/NO with more clear YES IM DONE/NO I WANNA RETRY --- npc/005-1-1/main.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3-60-g2f50