diff options
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?"; |