diff options
Diffstat (limited to 'npc/jobs/2-1a')
-rw-r--r-- | npc/jobs/2-1a/AssassinCross.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/HighPriest.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/HighWizard.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/LordKnight.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/Sniper.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/WhiteSmith.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/jobs/2-1a/AssassinCross.txt b/npc/jobs/2-1a/AssassinCross.txt index 78200cb3f..deb940dd2 100644 --- a/npc/jobs/2-1a/AssassinCross.txt +++ b/npc/jobs/2-1a/AssassinCross.txt @@ -75,7 +75,7 @@ valkyrie,44,58,5 script Assassin Cross#Valkyrie 4_F_JOB_ASSASSIN,{ mes "Will you become"; mes "an Assassin Cross?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Assassin Cross]"; mes "When you are"; mes "ready, come back."; diff --git a/npc/jobs/2-1a/HighPriest.txt b/npc/jobs/2-1a/HighPriest.txt index c2d137610..1b53a8732 100644 --- a/npc/jobs/2-1a/HighPriest.txt +++ b/npc/jobs/2-1a/HighPriest.txt @@ -64,7 +64,7 @@ valkyrie,44,42,5 script High Priest#Valkyrie 1_M_PASTOR,{ mes "Would you like"; mes "to become a High Priest?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[High Priest]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-1a/HighWizard.txt b/npc/jobs/2-1a/HighWizard.txt index 92e9a9f78..511d620f4 100644 --- a/npc/jobs/2-1a/HighWizard.txt +++ b/npc/jobs/2-1a/HighWizard.txt @@ -68,7 +68,7 @@ valkyrie,44,47,5 script High Wizard#Valkyrie 4_M_JOB_WIZARD,{ mes "Would you like to"; mes "become a High Wizard?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[High Wizard]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-1a/LordKnight.txt b/npc/jobs/2-1a/LordKnight.txt index cece48304..da60caa92 100644 --- a/npc/jobs/2-1a/LordKnight.txt +++ b/npc/jobs/2-1a/LordKnight.txt @@ -66,7 +66,7 @@ valkyrie,44,39,5 script Lord Knight#Valkyrie 1_M_KNIGHTMASTER,{ mes "Would you like"; mes "to become a Lord Knight?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Lord Knight]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-1a/Sniper.txt b/npc/jobs/2-1a/Sniper.txt index eae7bde35..f026ad30f 100644 --- a/npc/jobs/2-1a/Sniper.txt +++ b/npc/jobs/2-1a/Sniper.txt @@ -64,7 +64,7 @@ valkyrie,44,55,5 script Sniper#Valkyrie 4_F_JOB_HUNTER,{ mes "take the next step and"; mes "become a Sniper?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Sniper]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-1a/WhiteSmith.txt b/npc/jobs/2-1a/WhiteSmith.txt index 3d9c84c95..d8166cbab 100644 --- a/npc/jobs/2-1a/WhiteSmith.txt +++ b/npc/jobs/2-1a/WhiteSmith.txt @@ -70,7 +70,7 @@ valkyrie,44,50,5 script MasterSmith#Valkyrie 4_M_JOB_BLACKSMITH,{ mes "Would you like to"; mes "become a MasterSmith?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[MasterSmith]"; mes "When you're ready,"; mes "feel free to come back."; |