diff options
Diffstat (limited to 'npc/custom/quests/thq/THQS_ChatingNPC.txt')
-rw-r--r-- | npc/custom/quests/thq/THQS_ChatingNPC.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/custom/quests/thq/THQS_ChatingNPC.txt b/npc/custom/quests/thq/THQS_ChatingNPC.txt index 8ade6d8fd..24e3f7410 100644 --- a/npc/custom/quests/thq/THQS_ChatingNPC.txt +++ b/npc/custom/quests/thq/THQS_ChatingNPC.txt @@ -30,15 +30,15 @@ yuno_in01,32,178,3 script Ahlma 4_F_MAID,{ mes "Welcome to The Treasure Hunter Guild."; mes "How may I help you?"; next; - menu "Save",-,"Quit",N_Quit; + if (select("Save", "Quit") != 1) { + mes "[Ahlma]"; + mes "Well if you think you are safe, good on you."; + close; + } mes "[Ahlma]"; mes "Ok, saved. Thank you ~ See you soon~"; savepoint "yuno_in01",34,176; close; -N_Quit: - mes "[Ahlma]"; - mes "Well if you think you are safe, good on you."; - close; N_Member: mes "Sorry, members only."; close; |