diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:45:53 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:45:53 +0530 |
commit | 67eb36ab193d7258e9f225891474c2914d1bba64 (patch) | |
tree | 64de31fd5c47780e00f60ab2a825a362f0114e7c /npc/jobs/1-1e/taekwon.txt | |
parent | fcfe8a19a4db505b277d1946761d2c1285413aee (diff) | |
download | hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.gz hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.bz2 hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.xz hercules-67eb36ab193d7258e9f225891474c2914d1bba64.zip |
Script Standardization: changed select format in jobs folder
Diffstat (limited to 'npc/jobs/1-1e/taekwon.txt')
-rw-r--r-- | npc/jobs/1-1e/taekwon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt index b3d610c6d..0f8c86362 100644 --- a/npc/jobs/1-1e/taekwon.txt +++ b/npc/jobs/1-1e/taekwon.txt @@ -196,7 +196,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ mes "great difficulty, how do"; mes "you generally respond?"; next; - switch(select( "I face it head on.:Avoid it somehow.:Regroup and analyze the problem.")) { + switch(select( "I face it head on.", "Avoid it somehow.", "Regroup and analyze the problem.")) { case 1: mes "[Phoenix]"; mes "Yes, that is the answer"; @@ -271,7 +271,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ mes "clash, causing heated conflict,"; mes "how would you respond?"; next; - switch( select("Insist that I'm right, regardless:Disregard conflicting viewpoint:Accept differences and learn from them")) { + switch( select("Insist that I'm right, regardless", "Disregard conflicting viewpoint", "Accept differences and learn from them")) { case 1: mes "[Phoenix]"; mes "It's important to have your"; |