diff options
Diffstat (limited to 'npc/re/jobs/novice/supernovice_ex.txt')
-rw-r--r-- | npc/re/jobs/novice/supernovice_ex.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/re/jobs/novice/supernovice_ex.txt b/npc/re/jobs/novice/supernovice_ex.txt index 132fd68ed..5ee7cb695 100644 --- a/npc/re/jobs/novice/supernovice_ex.txt +++ b/npc/re/jobs/novice/supernovice_ex.txt @@ -55,7 +55,7 @@ function script Esseray_Ex { mes "[Esseray]"; mes "I know a way to become stronger. Are you willing you try it?"; next; - if(select("No, I'm okay now.:I want to be stronger!") == 1) { + if(select("No, I'm okay now.", "I want to be stronger!") == 1) { mes "[Esseray]"; mes "If you are satisfied with mediocrity, I can't help you."; mes "Live a normal life then."; @@ -113,7 +113,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "^0000FFA member of Novice Society in Aldebaran.^000000"; mes "Esseray, right? Wrong?"; next; - if(select("No he isn't:Yes, right") == 2) { + if(select("No he isn't", "Yes, right") == 2) { mes "[Fishing Novice]"; mes "Hu hu~ my sense is still alive..."; next; @@ -212,7 +212,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "I will make you stronger!"; mes "So will you believe what I tell you?"; next; - if(select("I won't follow you.:Why not? kehehe~") == 1) { + if(select("I won't follow you.", "Why not? kehehe~") == 1) { mes "[Nodor]"; mes "Refusing? Don't you want to be strong?"; mes "I'd love to do nothing too."; @@ -245,7 +245,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "How about it?"; mes "Are you willing to do this?"; next; - if(select("No, I will not!:Let's do this!") == 1) { + if(select("No, I will not!", "Let's do this!") == 1) { mes "[Nodor]"; mes "To be strong is the only way to live!"; mes "Do you want to be a weakling forever?"; @@ -310,7 +310,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "You are better than I thought."; mes "Anyway, what was the monster that I told you to hunt?"; next; - .@i = select("Poring:Lunatic:Fabre:Picky:Baphomet")-1; + .@i = select("Poring", "Lunatic", "Fabre", "Picky", "Baphomet")-1; if (.@i == 4) { mes "[Nodor]"; mes "Heheh? Can you seriously hunt Baphomet alone?"; @@ -357,7 +357,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "Oh sorry! Sorry!"; mes "I got a letter from my brother a long time ago, will you read my letter for your information?"; next; - if(select("Yes, I will:No, I won't") == 2) { + if(select("Yes, I will", "No, I won't") == 2) { mes "[Nodor]"; mes "You should read more!"; next; @@ -468,7 +468,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "We... have to run...!!!"; next; emotion e_omg,1; - if(select("What?!:Um?") == 2) { + if(select("What?!", "Um?") == 2) { mes "- You look around, and -"; mes "- there is nothing behind you. -"; mes "- When you are about to doubt... -"; @@ -526,7 +526,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "you are a little dull..."; mes "Don't you feel different now?"; next; - if(select("What are you talking about?:I got it!") == 1) { + if(select("What are you talking about?", "I got it!") == 1) { mes "[Nodor]"; mes "Eh--- right, you are dull, aren't you?"; mes "You already exceeded your limit."; @@ -554,7 +554,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ mes "Don't forget to make sure that you have enough ^FF0000inventory^000000 to take these items from me."; mes "And don't say I didn't warn you either."; next; - if(select("Yes, let me check my inventory.:I'm good, show me.") == 1) { + if(select("Yes, let me check my inventory.", "I'm good, show me.") == 1) { mes "[Nodor]"; mes "Well, well!"; mes "You know! Have no regrets."; @@ -629,7 +629,7 @@ airplane,33,47,5 script Nudor#sp2 4_F_NOVICE,{ mes "- eyes, holding out his hands. -"; mes "- How much do you want to give? -"; next; - .@i = select("I have no money:Give 100,000 Zeny:Give 300,000 Zeny:Give 1,000,000 Zeny:Give all the money you have"); + .@i = select("I have no money", "Give 100,000 Zeny", "Give 300,000 Zeny", "Give 1,000,000 Zeny", "Give all the money you have"); mes "[Nudor]"; if (.@i == 1) { mes "- crying -"; @@ -656,7 +656,7 @@ airplane,33,47,5 script Nudor#sp2 4_F_NOVICE,{ else { mes "Oh... oh my gosh, are you really giving me all the Zeny you have? Really?"; next; - if(select("No, not really...:Give it all") == 1) { + if(select("No, not really...", "Give it all") == 1) { mes "[Nudor]"; mes "Pshaw! How disappointing!"; close; |