From 57ed698dc135be8222e127fe8e1d02c456e7f8b5 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:29:58 +0530 Subject: Script Standardization: changed select format in other folder --- npc/other/divorce.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/other/divorce.txt') diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index 690182c0a..e0535e250 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -157,7 +157,7 @@ nif_in,190,112,5 script Deviruchi#divorce 4_DEVIRUCHI,{ mes "I can help you if you want..."; mes "I can make all of this happen!"; next; - if (select("No thanks, I am happy.:Yes, please do.") == 1) { + if (select("No thanks, I am happy.", "Yes, please do.") == 1) { mes "[Deviruchi]"; mes "Hmpf~! You must still be"; mes "fascinated with the silly"; @@ -181,7 +181,7 @@ nif_in,190,112,5 script Deviruchi#divorce 4_DEVIRUCHI,{ mes "single's life. All you have to"; mes "do is say the word..."; next; - if (select("...Give me some time to think.:Any price will do, give me a divorce right now!") == 1) { + if (select("...Give me some time to think.", "Any price will do, give me a divorce right now!") == 1) { mes "[Deviruchi]"; mes "I understand. But if you think"; mes "about anything, think about"; -- cgit v1.2.3-60-g2f50