diff options
Diffstat (limited to 'npc/jobs/2-2a')
-rw-r--r-- | npc/jobs/2-2a/Champion.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2a/Clown.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2a/Creator.txt | 4 | ||||
-rw-r--r-- | npc/jobs/2-2a/Gypsy.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2a/Paladin.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2a/Professor.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2a/Stalker.txt | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/npc/jobs/2-2a/Champion.txt b/npc/jobs/2-2a/Champion.txt index 723bcfed1..ef543c8bc 100644 --- a/npc/jobs/2-2a/Champion.txt +++ b/npc/jobs/2-2a/Champion.txt @@ -69,7 +69,7 @@ valkyrie,53,42,3 script Champion#Valkyrie 1_M_HOF,{ mes "Would you like"; mes "to become a Champion?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Champion]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-2a/Clown.txt b/npc/jobs/2-2a/Clown.txt index 2b10a7bc4..b8f8f2ce0 100644 --- a/npc/jobs/2-2a/Clown.txt +++ b/npc/jobs/2-2a/Clown.txt @@ -64,7 +64,7 @@ valkyrie,53,54,3 script Minstrel#Valkyrie 2_M_BARD_ORIENT,{ mes "for Rune-Midgard..."; mes "As a Minstrel?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Minstrel]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-2a/Creator.txt b/npc/jobs/2-2a/Creator.txt index fc2408e12..97e571bf4 100644 --- a/npc/jobs/2-2a/Creator.txt +++ b/npc/jobs/2-2a/Creator.txt @@ -70,7 +70,7 @@ valkyrie,53,50,3 script Biochemist#Valkyrie 2_M_DYEINGER,{ mes "Would you like to"; mes "become a Biochemist?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Biochemist]"; mes "When you're ready,"; mes "feel free to come back."; @@ -101,7 +101,7 @@ valkyrie,53,50,3 script Biochemist#Valkyrie 2_M_DYEINGER,{ mes "secrets of life that"; mes "were once yours..."; next; - if (select("Yes:No") == 1) { + if (select("Yes", "No") == 1) { mes "[Biochemist]"; mes "Close your eyes and"; mes "put your mind at rest."; diff --git a/npc/jobs/2-2a/Gypsy.txt b/npc/jobs/2-2a/Gypsy.txt index 7d93e2fe8..fc4a42166 100644 --- a/npc/jobs/2-2a/Gypsy.txt +++ b/npc/jobs/2-2a/Gypsy.txt @@ -65,7 +65,7 @@ valkyrie,53,56,3 script Gypsy#Valkyrie 4W_F_01,{ mes "to take up this role,"; mes "and become a Gypsy?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Gypsy]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-2a/Paladin.txt b/npc/jobs/2-2a/Paladin.txt index 56db7bea4..2d208ed65 100644 --- a/npc/jobs/2-2a/Paladin.txt +++ b/npc/jobs/2-2a/Paladin.txt @@ -66,7 +66,7 @@ valkyrie,53,39,3 script Paladin#Valkyrie 4_M_CRU_OLD,{ mes "the side of righteousness"; mes "as a Paladin?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Paladin]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-2a/Professor.txt b/npc/jobs/2-2a/Professor.txt index f799c01c0..009b2d80d 100644 --- a/npc/jobs/2-2a/Professor.txt +++ b/npc/jobs/2-2a/Professor.txt @@ -73,7 +73,7 @@ valkyrie,53,47,3 script Scholar#Valkyrie 2_M_SAGE_OLD,{ mes "Will you serve Rune-Midgard"; mes "as a Scholar?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Scholar]"; mes "When you're ready,"; mes "feel free to come back."; diff --git a/npc/jobs/2-2a/Stalker.txt b/npc/jobs/2-2a/Stalker.txt index 67a4c23af..511d26435 100644 --- a/npc/jobs/2-2a/Stalker.txt +++ b/npc/jobs/2-2a/Stalker.txt @@ -74,7 +74,7 @@ valkyrie,53,58,3 script Stalker#Valkyrie 4_F_ROGUE,{ mes "warriors? Are you ready"; mes "to become a Stalker?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Stalker]"; mes "When you're ready,"; mes "feel free to come back."; |