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/skills/dancer_skills.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/quests/skills/dancer_skills.txt') diff --git a/npc/quests/skills/dancer_skills.txt b/npc/quests/skills/dancer_skills.txt index 4c7107734..62cb2e695 100644 --- a/npc/quests/skills/dancer_skills.txt +++ b/npc/quests/skills/dancer_skills.txt @@ -55,7 +55,7 @@ comodo,204,172,5 script Canell#qsk_dan01 4_F_07,{ mes "beauty. Now tell me, are you"; mes "confident in your dancing...?"; next; - if (select("Of course, old crone!:I... I'm not sure...") == 1) { + if (select("Of course, old crone!", "I... I'm not sure...") == 1) { mes "[Canell]"; mes "Ho-ho~ I believe you've"; mes "confused confidence with"; @@ -93,7 +93,7 @@ comodo,204,172,5 script Canell#qsk_dan01 4_F_07,{ mes "your current limitations. When"; mes "I'm finished with you, angels and demons won't resist your charms~"; next; - if (select("No way, you're not teaching me!:Alright, I'll see what I can learn.") == 1) { + if (select("No way, you're not teaching me!", "Alright, I'll see what I can learn.") == 1) { mes "[Canell]"; mes "So... You still haven't"; mes "mastered the fine art of"; @@ -289,7 +289,7 @@ comodo,204,172,5 script Canell#qsk_dan01 4_F_07,{ mes "Now, let me see you try it."; emotion e_no1; next; - switch(select("Un deux trois~-:Un, doux trois~:Un, deux, trois~")) { + switch(select("Un deux trois~-", "Un, doux trois~", "Un, deux, trois~")) { default: mes "[Canell]"; mes "No, no!"; -- cgit v1.2.3-60-g2f50