diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:59:05 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 18:23:15 +0530 |
commit | 0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch) | |
tree | 58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/jobs/3-1/mechanic.txt | |
parent | 563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff) | |
download | hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.gz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.bz2 hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.xz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.zip |
Script Standardization: changed select format in RE folder
Diffstat (limited to 'npc/re/jobs/3-1/mechanic.txt')
-rw-r--r-- | npc/re/jobs/3-1/mechanic.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/jobs/3-1/mechanic.txt b/npc/re/jobs/3-1/mechanic.txt index 4f74cb051..10495572e 100644 --- a/npc/re/jobs/3-1/mechanic.txt +++ b/npc/re/jobs/3-1/mechanic.txt @@ -131,7 +131,7 @@ yuno,129,156,3 script Chainheart 4_M_DOCTOR,{ } else if (job__mechanic == 2) { mes "I think I've done all the explanations, is there anything else you want to know?"; next; - switch(select("I want to know more.:Nothing.")) { + switch(select("I want to know more.", "Nothing.")) { case 1: mes "[Chainheart]"; mes "Um..? You want to know more about magic machinery. Is that it?"; @@ -342,7 +342,7 @@ jupe_cave,37,55,5 script Scholar#Mechanic 4_M_ALCHE_D,{ mes "to go to the midway point"; mes "at Juperos?"; next; - switch(select("I am ready!:Not yet")) { + switch(select("I am ready!", "Not yet")) { case 1: mes "[Scholar]"; mes "Uh... you are acting so firmly that I regret a little that I haven't gone there."; @@ -454,7 +454,7 @@ jupe_core2,149,273,3 script Ghostfire#1 4_NFWISP,{ mes "If you focus on me,"; mes "you might get attacked."; next; - if(select("Well then, later.:Focus.") == 1) close; + if(select("Well then, later.", "Focus.") == 1) close; mes "[?]"; mes "I was once a human scholar."; mes "I wanted to know the limitation of science that humankind didn't know of, so I learned a lot of things, studied,"; @@ -507,7 +507,7 @@ jupe_core2,53,75,3 script Ghostfire#2 4_NFWISP,{ mes "If you focus on me,"; mes "you might get attacked."; next; - if(select("Well then, later:Focus") == 1) close; + if(select("Well then, later", "Focus") == 1) close; mes "[?]"; mes "When I had a body"; mes "I wanted to prove the"; @@ -569,7 +569,7 @@ jupe_core2,242,62,3 script Ghostfire#3 4_NFWISP,{ mes "If you focus on me,"; mes "you might get attacked."; next; - if(select("Well then, later:Focus") == 1) close; + if(select("Well then, later", "Focus") == 1) close; mes "[?]"; mes "I wasn't satisfied with my success so I came back here time and time again."; next; |