diff options
Diffstat (limited to 'npc/re/cities/malangdo.txt')
-rw-r--r-- | npc/re/cities/malangdo.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt index 43e07d7f1..ea2a65e1c 100644 --- a/npc/re/cities/malangdo.txt +++ b/npc/re/cities/malangdo.txt @@ -56,7 +56,7 @@ case 9: mes .@s$+"The smell of this sea place is better than Mora, which is full of a grassy smell."; break; } next; - if(select("No:^A2314BMalangdo^000000~ Go~ Go~") == 1) { + if(select("No", "^A2314BMalangdo^000000~ Go~ Go~") == 1) { mes "[Dolangmal]"; mes "What!? You don't want to go ^A2314BMalangdo^000000? Chet!"; next; @@ -96,7 +96,7 @@ mes "[Dolangmal]"; mes "Ok! Those are all the warnings!! They're easy and simple... right? Can you remember them?"; next; - switch(select("Remember his warnings:Can't remember")) { + switch(select("Remember his warnings", "Can't remember")) { case 1: mes "[Dolangmal]"; mes "Ok! Do not bite two mice with one mouth. ^9E1837Admiral Tomas^000000 is located at the ^A2314Bcenter of the ship in Malangdo^000000."; @@ -128,7 +128,7 @@ mes "[Dolangmal]"; mes "Uh? You must be the one from last time...? Alright. Did you visit ^A2314BMalangdo^000000?"; next; - switch(select("Take me to ^A2314BMalangdo^000000 again:I have visited")) { + switch(select("Take me to ^A2314BMalangdo^000000 again", "I have visited")) { case 1: mes "[Dolangmal]"; mes "I really want to send you there, but I can't because of the policy. It is difficult to send people who have visited ^A2314BMalangdo^000000 already."; @@ -176,7 +176,7 @@ mora,57,150,4 duplicate(Dolangmal) Dolangmal#9 4_CAT_DOWN - script ::Odgnalam FAKE_NPC,{ mes "This cat is sleeping in the warm "+((strnpcinfo(2) == "albe")?"Alberta":"Izlude")+" sun."; next; - if(select("Let him sleep:Talk to him") == 1) close; + if(select("Let him sleep", "Talk to him") == 1) close; mes "[Odgnalam]"; mes "Meow? Huh?"; next; @@ -199,7 +199,7 @@ mora,57,150,4 duplicate(Dolangmal) Dolangmal#9 4_CAT_DOWN mes "[Odgnalam]"; mes "As you are a hero of the cat fleet let me send you to ^A2314BMalangdo^000000 for free."; next; - if(select("Send me to Malangdo!:Do not go.") == 1) { + if(select("Send me to Malangdo!", "Do not go.") == 1) { mes "[Odgnalam]"; mes "Have a comfortable trip... Alright let's go~"; warp "malangdo",217,85; @@ -209,7 +209,7 @@ mora,57,150,4 duplicate(Dolangmal) Dolangmal#9 4_CAT_DOWN mes "[Odgnalam]"; mes .@s1$; next; - if(select("Send me to Malangdo!:Do not go.") == 2) close; + if(select("Send me to Malangdo!", "Do not go.") == 2) close; if (Zeny < .@price) { mes "[Odgnalam]"; mes "Money? Where is the money? You can't go anywhere without the money. Shame on you."; @@ -271,7 +271,7 @@ malangdo,219,86,4 script Kong#malang 4_CAT_SAILOR2,{ mes "We can't charge the hero of our fleet. What is your destination?"; next; } - .@i = select("- Izlude destination --- "+.@s1$+":- Alberta destination --- "+.@s1$+":- Stay on Malangdo"); + .@i = select("- Izlude destination --- "+.@s1$+"", "- Alberta destination --- "+.@s1$+"", "- Stay on Malangdo"); mes "[Kong]"; if (.@i == 3) { mes .@s2$; @@ -303,13 +303,13 @@ malangdo,147,117,3 script Innkeeper#malang 4_CAT_REST,{ mes "You see a lazy cat standing on a chair."; mes "You guess that this is the Innkeeper."; next; - switch(select("Umm... Can I rest here?:Psst... Can I save here?:Leave.")) { + switch(select("Umm... Can I rest here?", "Psst... Can I save here?", "Leave.")) { case 1: mes "[Innkeeper]"; mes "Eh?"; mes "Uh, sure you can use this hammock if you give me ^FF00005 Malangdo Cans^000000."; next; - switch(select("Here you go.:Never mind.")) { + switch(select("Here you go.", "Never mind.")) { case 1: if (countitem(Malang_Sp_Can) > 4) { delitem Malang_Sp_Can,5; |