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/blacksmith_skills.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/skills/blacksmith_skills.txt') diff --git a/npc/quests/skills/blacksmith_skills.txt b/npc/quests/skills/blacksmith_skills.txt index 9ab4363f7..28fee1274 100644 --- a/npc/quests/skills/blacksmith_skills.txt +++ b/npc/quests/skills/blacksmith_skills.txt @@ -102,7 +102,7 @@ geffen,178,72,3 script Akkie#qsk_bs 4_F_JOB_BLACKSMITH,{ mes "for me to teach you"; mes "Dubious Salesmanship?"; next; - if (select("Sure.:No, thanks.") == 1) { + if (select("Sure.", "No, thanks.") == 1) { mes "["+ strcharinfo(0) +"]"; mes "Sure. I'll try learning this"; mes "new skill. Who knows?"; @@ -554,7 +554,7 @@ geffen,172,52,1 script Goodman#qsk_bs 4_M_DWARF,{ mes "skill right now. So what"; mes "do you say, kid?"; next; - if (select("Sounds good!:Maybe later~") == 1) { + if (select("Sounds good!", "Maybe later~") == 1) { mes "[Goodman]"; mes "Heh! Good choice. Now,"; mes "the Greed skill automatically"; -- cgit v1.2.3-60-g2f50