diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:29:58 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:38 +0530 |
commit | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (patch) | |
tree | a4dc51c43d92ef569c4d2fb84a09fb5385abef95 /npc/other/divorce.txt | |
parent | d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (diff) | |
download | hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.gz hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.bz2 hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.xz hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.zip |
Script Standardization: changed select format in other folder
Diffstat (limited to 'npc/other/divorce.txt')
-rw-r--r-- | npc/other/divorce.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |