From 67eb36ab193d7258e9f225891474c2914d1bba64 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 16 Jan 2016 20:45:53 +0530 Subject: Script Standardization: changed select format in jobs folder --- npc/jobs/1-1e/gunslinger.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/jobs/1-1e/gunslinger.txt') 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"; -- cgit v1.2.3-60-g2f50