diff options
author | Haru <haru@dotalux.com> | 2016-02-07 01:23:46 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-07 01:23:46 +0100 |
commit | 1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch) | |
tree | 4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/quests/skills/dancer_skills.txt | |
parent | e68aa1f74d315f7bf24d7c8829002d0031b23539 (diff) | |
parent | 0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff) | |
download | hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2 hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip |
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/quests/skills/dancer_skills.txt')
-rw-r--r-- | npc/quests/skills/dancer_skills.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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!"; |