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/eye_of_hellion.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'npc/quests/eye_of_hellion.txt') diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index 1b3c18595..d9c942b94 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -75,7 +75,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 4_M_JOB_WIZARD,3,3,{ mes "I must have the help of one"; mes "who is truly pure of heart..."; next; - if (select("What are you looking for?:Pure of heart? Hah! Good luck!") == 1) { + if (select("What are you looking for?", "Pure of heart? Hah! Good luck!") == 1) { if (BaseLevel < 60 ) { mes "[Sir Chilias'Tyus]"; mes "Heh heh~ I see your eyes"; @@ -206,7 +206,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 4_M_JOB_WIZARD,3,3,{ mes "you help an old man for the"; mes "sake of all that is good?"; next; - if (select("Of course, I will.:I'm sorry, but I can't.") == 1) { + if (select("Of course, I will.", "I'm sorry, but I can't.") == 1) { mes "[Sir Chilias'Tyus]"; mes "Good, good, but first"; mes "I must test to see if you"; @@ -260,7 +260,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 4_M_JOB_WIZARD,3,3,{ mes "help me in sealing away the"; mes "Hellion gem's evil forever."; next; - if (select("I will help you.:...Sorry about that.") == 1) { + if (select("I will help you.", "...Sorry about that.") == 1) { mes "[Sir Chilias'Tyus]"; mes "Good, good, but first"; mes "I must test to see if you"; @@ -717,7 +717,7 @@ prontera,269,326,3 script Clanux Heffron#hellion 1_M_04,{ mes "Sent by Chilias, eh?"; mes "What does he want?"; next; - if (select("He wants me to help you.:He wants you to help me.") == 1) { + if (select("He wants me to help you.", "He wants you to help me.") == 1) { mes "[Clanux Heffron]"; mes "So he sent me an"; mes "assistant, huh? Well..."; @@ -741,7 +741,7 @@ prontera,269,326,3 script Clanux Heffron#hellion 1_M_04,{ mes "Did the old man give you"; mes "any hints to help me out?"; next; - if (select("Where did you find these?:No, I'm sorry.") == 1) { + if (select("Where did you find these?", "No, I'm sorry.") == 1) { mes "[Clanux Heffron]"; mes "Oh, these I found in Prontera."; mes "That old coot hid these real"; @@ -796,7 +796,7 @@ prontera,269,326,3 script Clanux Heffron#hellion 1_M_04,{ mes "Hellion's gem on your own,"; mes "jerkface! Now getouttahere!"; next; - if (select("W-wait! Let's work together!:Fine. I don't need your help!") == 1) { + if (select("W-wait! Let's work together!", "Fine. I don't need your help!") == 1) { mes "[Clanux Heffron]"; mes "Work together, eh? You"; mes "know, normally I'd tell you"; @@ -841,7 +841,7 @@ prontera,269,326,3 script Clanux Heffron#hellion 1_M_04,{ mes "searching? Were you"; mes "able to find anything?"; next; - if (select("Nothing...:In fact, I found this.") == 1) { + if (select("Nothing...", "In fact, I found this.") == 1) { mes "[" + strcharinfo(0) + "]"; mes "^333333(This guy's a real punk!"; mes "I better not share any new"; @@ -962,7 +962,7 @@ prontera,269,326,3 script Clanux Heffron#hellion 1_M_04,{ mes "Didja find anything"; mes "new in the Tool Shop?"; next; - if (select("Pretend that nothing happened.:Share what you learned.") == 1) { + if (select("Pretend that nothing happened.", "Share what you learned.") == 1) { mes "[" + strcharinfo(0) + "]"; mes "Nope..."; mes "I couldn't find any"; @@ -1000,7 +1000,7 @@ prontera,269,326,3 script Clanux Heffron#hellion 1_M_04,{ mes "anything from that weird"; mes "machine in the Tool Shop?"; next; - if (select("Tell him just a little bit.:Don't tell him.") == 1) { + if (select("Tell him just a little bit.", "Don't tell him.") == 1) { mes "[" + strcharinfo(0) + "]"; mes "Well, I put that cogwheel"; mes "into that weird machine in"; @@ -1186,7 +1186,7 @@ prt_in,128,79,0 script Unknown Machine#prt_key HIDDEN_NPC,{ mes "would fit perfectly in it...^000000"; next; if (countitem(Wheel) > 0) { - if (select("Insert Cogwheel.:Ignore it.") == 1) { + if (select("Insert Cogwheel.", "Ignore it.") == 1) { mes "[" + strcharinfo(0) + "]"; mes "I just know this"; mes "cogwheel will fit"; @@ -1354,7 +1354,7 @@ payon,182,132,3 script Grout'he Tuccok#hellion 1_M_02,{ mes "we might as well kill"; mes "two birds with one stone..."; next; - if (select("Alright, I'll buy your clues.:Why the hell should I pay you?!") == 1) { + if (select("Alright, I'll buy your clues.", "Why the hell should I pay you?!") == 1) { mes "[Grout'he]"; mes "Oh man, thanks a lot."; mes "Alright, all I'm asking"; @@ -1490,7 +1490,7 @@ payon,182,132,3 script Grout'he Tuccok#hellion 1_M_02,{ mes "you in making sense of"; mes "this weird riddle?"; next; - if (select("Yes, please!:No, thanks~") == 1) { + if (select("Yes, please!", "No, thanks~") == 1) { mes "[Grout'he]"; mes "Alright now. All those"; mes "messages said stuff about"; @@ -1716,7 +1716,7 @@ payon,159,129,3 script Wooden Floor#paypuzz5 HIDDEN_NPC,{ mes "solid. Maybe there's"; mes "something underneath?"; next; - if (select("Just check the floor.:Dig through the dust.") == 1) { + if (select("Just check the floor.", "Dig through the dust.") == 1) { mes "^3355FFYou examine the floor,"; mes "but are unable to find"; mes "anything that resembles"; @@ -1846,7 +1846,7 @@ pay_arche,142,28,0 script Buddha Statue#paypuzz6 HIDDEN_NPC,5,5,{ mes "surely save yourself. So..."; mes "What do you do?"; next; - switch(select("I will kill to survive.:I have no choice, but to die.:I won't kill, but I'll find a way to live!:I'll ask that person if it's okay to kill him.")) { + switch(select("I will kill to survive.", "I have no choice, but to die.", "I won't kill, but I'll find a way to live!", "I'll ask that person if it's okay to kill him.")) { case 1: mes "[Echoing Voice]"; mes "There is a primal truth"; @@ -1943,7 +1943,7 @@ geffen,110,200,3 script Sage Welshyun#hellion 4_M_SAGE_A,3,3,{ mes "to seek my help in finding"; mes "the final piece, am I correct?"; next; - if (select("Shut up, I know you have it, so give it!:Yes, please help me.") == 1) { + if (select("Shut up, I know you have it, so give it!", "Yes, please help me.") == 1) { mes "[Welshyun]"; mes "Such insolence!"; mes "Huh. I suppose Chilias"; @@ -2216,7 +2216,7 @@ geffen,110,200,3 script Sage Welshyun#hellion 4_M_SAGE_A,3,3,{ mes "it was the wish of this tablet's creator for someone to defeat"; mes "the Hellion Revenant..."; next; - if (select("Alright, I'll do it!:I better get this tablet to Chilias...") == 1) { + if (select("Alright, I'll do it!", "I better get this tablet to Chilias...") == 1) { mes "[Welshyun]"; mes "Well, I'm almost certain"; mes "this map will lead you to"; @@ -2284,7 +2284,7 @@ gef_tower,116,37,0 script Enoz#hellion 4_M_ALCHE_A,{ mes "Oh man, who could have"; mes "taken it? Wait, was it... You?!"; next; - if (select("Actually, Welshyun sent me.:No way man, don't go nuts.") == 1) { + if (select("Actually, Welshyun sent me.", "No way man, don't go nuts.") == 1) { mes "[Enoz]"; mes "My mentor, Welshyun?"; mes "Huh. Is there a report"; @@ -2395,7 +2395,7 @@ gef_fild09,296,59,0 script Hidden Cave#hellion HIDDEN_NPC,3,3,{ mes "come closer, you can see a"; mes "groove on the rock's surface.^000000"; next; - if (select("Insert the Tablet.:Ignore.") == 1) { + if (select("Insert the Tablet.", "Ignore.") == 1) { mes "^3355FFYou insert the tablet into"; mes "the rock's groove and the"; mes "Hellion's gem begins to hum"; -- cgit v1.2.3-70-g09d2