diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:35:36 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:45 +0530 |
commit | 4d139eb924e63f88065071de722ddc39465cd5e3 (patch) | |
tree | f25d5322e19e1ebd060064786e5d9c6e1a5ef572 /npc/quests/mage_solution.txt | |
parent | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (diff) | |
download | hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.gz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.bz2 hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.xz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.zip |
Script Standardization: changed select format in quests folder
Diffstat (limited to 'npc/quests/mage_solution.txt')
-rw-r--r-- | npc/quests/mage_solution.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/mage_solution.txt b/npc/quests/mage_solution.txt index fad23dba1..7fdb2d1d8 100644 --- a/npc/quests/mage_solution.txt +++ b/npc/quests/mage_solution.txt @@ -39,7 +39,7 @@ pay_arche,122,100,0 script Dollshoi 4_M_ORIENT01,{ mes "[Mage Guildsman]"; mes "You want a Solution? Hmm, give me 50 Zeny and at least 1 Empty Test Tube."; next; - if (select("Alright, Deal.:Nah, forget it.") == 1) { + if (select("Alright, Deal.", "Nah, forget it.") == 1) { mes "[Mage Guildsman]"; if (Zeny < 50) { mes "Hey! You don't have enough money to cover my 50 Zeny charge."; @@ -60,7 +60,7 @@ moc_ruins,91,150,0 script Ponka-Hontas 4_F_04,{ mes "[Mage Guildsman]"; mes "Would you like a Solution? Then please give me 50 Zeny and at least 1 Empty Test Tube."; next; - if (select("Alright, Deal.:Nah, forget it.") == 1) { + if (select("Alright, Deal.", "Nah, forget it.") == 1) { mes "[Mage Guildsman]"; if (Zeny < 50) { mes "I'm sorry, but you don't have enough money to cover the 50 Zeny fee."; |