diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:35:36 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:45 +0530 |
commit | 4d139eb924e63f88065071de722ddc39465cd5e3 (patch) | |
tree | f25d5322e19e1ebd060064786e5d9c6e1a5ef572 /npc/quests/skills/blacksmith_skills.txt | |
parent | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (diff) | |
download | hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.gz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.bz2 hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.xz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.zip |
Script Standardization: changed select format in quests folder
Diffstat (limited to 'npc/quests/skills/blacksmith_skills.txt')
-rw-r--r-- | npc/quests/skills/blacksmith_skills.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |