diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:45:53 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:45:53 +0530 |
commit | 67eb36ab193d7258e9f225891474c2914d1bba64 (patch) | |
tree | 64de31fd5c47780e00f60ab2a825a362f0114e7c /npc/jobs/1-1e | |
parent | fcfe8a19a4db505b277d1946761d2c1285413aee (diff) | |
download | hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.gz hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.bz2 hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.xz hercules-67eb36ab193d7258e9f225891474c2914d1bba64.zip |
Script Standardization: changed select format in jobs folder
Diffstat (limited to 'npc/jobs/1-1e')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 4 | ||||
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 8 | ||||
-rw-r--r-- | npc/jobs/1-1e/taekwon.txt | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 3f02f7808..45172b32c 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -71,7 +71,7 @@ que_ng,152,167,3 script Master Miller 4_M_HUOLDARMY,{ mes "Selena. Now, what do you"; mes "need? If it's not important, then I can't make the time for you."; next; - if(select("Nothing.:I want to become a Gunslinger.") == 1) { + if(select("Nothing.", "I want to become a Gunslinger.") == 1) { mes "[Master Miller]"; mes "Don't waste my time."; mes "If you do want to become"; @@ -85,7 +85,7 @@ que_ng,152,167,3 script Master Miller 4_M_HUOLDARMY,{ mes "pretty ambitious. You'll need to pass our interview and educational"; mes "course to become a Gunslinger. Do you want to apply for the job?"; next; - if(select("Give me some time to think.:Sure!") == 1) { + if(select("Give me some time to think.", "Sure!") == 1) { mes "[Master Miller]"; mes "Understandable."; mes "If you do decide that"; diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index a8348a9b9..34620e26c 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -48,7 +48,7 @@ alberta,30,65,3 script Akagi 4_M_JOB_ASSASSIN,{ mes "Tell me, do you seek"; mes "the path of patience?"; next; - if(select("No:Yes") == 1) { + if(select("No", "Yes") == 1) { mes "[Akagi]"; mes "I see."; mes "To each his own,"; @@ -176,7 +176,7 @@ que_ng,30,65,3 script Cougar#nq 4_M_JOB_ASSASSIN,{ mes "you a few of my skills if you"; mes "really want to be a Ninja."; next; - if(select("Sure.:No, thanks.") == 2) { + if(select("Sure.", "No, thanks.") == 2) { mes "[Cougar]"; mes "Hm? Well, alright."; mes "Still, I don't see"; @@ -437,7 +437,7 @@ einbroch,184,194,3 script Suspicious Man#nq 4_M_SITDOWN,{ mes "mind, would you help me?"; mes "Then I can help you find Joe."; next; - if(select("Don't worry, I'll find him alone.:Sure, I'll help you.") == 1) { + if(select("Don't worry, I'll find him alone.", "Sure, I'll help you.") == 1) { mes "[Suspicious Man]"; mes "You sure about that...?"; mes "Red Leopard Joe is a true"; @@ -561,7 +561,7 @@ einbroch,184,194,3 script Suspicious Man#nq 4_M_SITDOWN,{ mes "Shall I directly send you"; mes "to Amatsu right now?"; next; - if(select("No, thanks.:Yes, please.") == 1) { + if(select("No, thanks.", "Yes, please.") == 1) { mes "[Red Leopard Joe]"; mes "Alright. Well, I was"; mes "just trying to save"; diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt index b3d610c6d..0f8c86362 100644 --- a/npc/jobs/1-1e/taekwon.txt +++ b/npc/jobs/1-1e/taekwon.txt @@ -196,7 +196,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ mes "great difficulty, how do"; mes "you generally respond?"; next; - switch(select( "I face it head on.:Avoid it somehow.:Regroup and analyze the problem.")) { + switch(select( "I face it head on.", "Avoid it somehow.", "Regroup and analyze the problem.")) { case 1: mes "[Phoenix]"; mes "Yes, that is the answer"; @@ -271,7 +271,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ mes "clash, causing heated conflict,"; mes "how would you respond?"; next; - switch( select("Insist that I'm right, regardless:Disregard conflicting viewpoint:Accept differences and learn from them")) { + switch( select("Insist that I'm right, regardless", "Disregard conflicting viewpoint", "Accept differences and learn from them")) { case 1: mes "[Phoenix]"; mes "It's important to have your"; |