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/quests_izlude.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/quests_izlude.txt')
-rw-r--r-- | npc/quests/quests_izlude.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_izlude.txt b/npc/quests/quests_izlude.txt index b17354cb4..1115e075b 100644 --- a/npc/quests/quests_izlude.txt +++ b/npc/quests/quests_izlude.txt @@ -43,7 +43,7 @@ mes "So are you heading to Alberta again? Let me give you the same discount and only charge 250 Zeny, just like the last time."; mes "How's that sound?"; next; - if (select("Alrighty~!:Why are you being so nice to me?!") == 1) { + if (select("Alrighty~!", "Why are you being so nice to me?!") == 1) { if (Zeny < 250) { mes "[Edgar]"; mes "Um..."; @@ -73,11 +73,11 @@ mes "[Edgar]"; mes "Lately, people in Alberta say that he is really trying to help folks and that his demand for Jellopies is just a coverup. Well, you should take a look at what he has to offer."; next; - if (select("Can you tell me how to get to Alberta?:End Conversation") == 1) { + if (select("Can you tell me how to get to Alberta?", "End Conversation") == 1) { mes "[Edgar]"; mes "Huh? Well, you can use your feet and just walk. But if you have money, I'd like to suggest that you take a ship."; next; - if (select("Okay, gotcha.:But I'm sick of walking and I'm broke!") == 1) { + if (select("Okay, gotcha.", "But I'm sick of walking and I'm broke!") == 1) { mes "[Edgar]"; mes "Alrighty, take care~"; close; @@ -89,7 +89,7 @@ mes "[Edgar]"; mes "Fine fine. Me, being the captain of a ship, can afford to bring you there at a lower price. How does 250 Zeny sound?"; next; - if (select("Alrighty~!:Bah, what a rip off!!") == 1) { + if (select("Alrighty~!", "Bah, what a rip off!!") == 1) { MISC_QUEST |= 16; if (Zeny < 250) { mes "[Edgar]"; |