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/archer_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/archer_skills.txt')
-rw-r--r-- | npc/quests/skills/archer_skills.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/skills/archer_skills.txt b/npc/quests/skills/archer_skills.txt index 030806877..2f9100098 100644 --- a/npc/quests/skills/archer_skills.txt +++ b/npc/quests/skills/archer_skills.txt @@ -98,7 +98,7 @@ moc_ruins,118,99,5 script Roberto 4_M_ORIENT01,{ mes "but I was a newcomer, and the pressure... waaah~"; mes "I was very lonely~"; next; - switch (select("It must be hard. It's ok have faith.:Keep suffering.")) { + switch (select("It must be hard. It's ok have faith.", "Keep suffering.")) { case 1: mes "[Roberto]"; mes "Yes. Thank you..."; @@ -193,7 +193,7 @@ payon,103,63,3 script Jason 4_M_ORIENT01,3,3,{ mes "Someone like you would definitely be"; mes "able to know how to use Arrow Repel."; next; - switch (select("What is that?:Teach me.")) { + switch (select("What is that?", "Teach me.")) { case 1: mes "[Jason]"; mes "...you're kidding, right?"; |