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/2-2a/Creator.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-2a/Creator.txt') diff --git a/npc/jobs/2-2a/Creator.txt b/npc/jobs/2-2a/Creator.txt index fc2408e12..97e571bf4 100644 --- a/npc/jobs/2-2a/Creator.txt +++ b/npc/jobs/2-2a/Creator.txt @@ -70,7 +70,7 @@ valkyrie,53,50,3 script Biochemist#Valkyrie 2_M_DYEINGER,{ mes "Would you like to"; mes "become a Biochemist?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Biochemist]"; mes "When you're ready,"; mes "feel free to come back."; @@ -101,7 +101,7 @@ valkyrie,53,50,3 script Biochemist#Valkyrie 2_M_DYEINGER,{ mes "secrets of life that"; mes "were once yours..."; next; - if (select("Yes:No") == 1) { + if (select("Yes", "No") == 1) { mes "[Biochemist]"; mes "Close your eyes and"; mes "put your mind at rest."; -- cgit v1.2.3-60-g2f50