From 4d139eb924e63f88065071de722ddc39465cd5e3 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:35:36 +0530 Subject: Script Standardization: changed select format in quests folder --- npc/quests/quests_izlude.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/quests_izlude.txt') 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]"; -- cgit v1.2.3-70-g09d2