summaryrefslogtreecommitdiff
path: root/npc/re/cities/malaya.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/re/cities/malaya.txt')
-rw-r--r--npc/re/cities/malaya.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/cities/malaya.txt b/npc/re/cities/malaya.txt
index 0c937607a..6d69feefe 100644
--- a/npc/re/cities/malaya.txt
+++ b/npc/re/cities/malaya.txt
@@ -40,7 +40,7 @@ alberta,196,202,3 script Optamara Crew#alberta 4W_SAILOR,{
mes "Hey, there!";
mes "It's 10,000 Zeny to go to Port Malaya. Interested?";
next;
- switch(select("About Port Malaya.:Go to Port Malaya.:Cancel.")) {
+ switch(select("About Port Malaya.", "Go to Port Malaya.", "Cancel.")) {
case 1:
mes "[Optamara Crew]";
mes "Port Malaya is a small village you could reach by sailing southwest from Alberta.";
@@ -92,7 +92,7 @@ malaya,276,55,4 script Optamara Crew#malaya 4W_SAILOR,{
mes "Would you like to go back to Alberta with me?";
next;
}
- switch(select("Return.:Do not return.")) {
+ switch(select("Return.", "Do not return.")) {
case 1:
mes "[Optamara Crew]";
mes "Great! Let's leave now for Alberta!!";
@@ -126,7 +126,7 @@ ma_in01,30,94,4 script Inn Keeper#ma 4_F_MALAYA,{
mes "[Inn Keeper]";
mes "Come for a rest? Lodging will be 5,000 Zeny.";
next;
- switch(select("Store.:Lodge. - 5,000z:Cancel.")) {
+ switch(select("Store.", "Lodge. - 5,000z", "Cancel.")) {
case 1:
mes "[Inn Keeper]";
mes "Successfully stored. See you next time.";
@@ -425,7 +425,7 @@ malaya,270,59,4 script Port Guard#ma03 4_MAL_SOLDIER,{
mes "[Port Guard]";
mes "Huh?! And it says here that a monster named Wokwok especially visits the village often at night and should be avoided.";
next;
- switch(select("I see.:Is there any way to prevent them from coming?")) {
+ switch(select("I see.", "Is there any way to prevent them from coming?")) {
case 1:
mes "[Port Guard]";
mes "Be careful at night!";
@@ -723,7 +723,7 @@ function script F_Malaya_Jeepney {
mes getarg(4);
next;
}
- switch(select("Board [Passenger " + getmapusers(.@mapname$) + "/" + .@passengers +"]:Jeepney?:Are there any other Jeepneys?:Ah... Yes...")) {
+ switch(select("Board [Passenger " + getmapusers(.@mapname$) + "/" + .@passengers +"]", "Jeepney?", "Are there any other Jeepneys?", "Ah... Yes...")) {
case 1:
if (getmapusers(.@mapname$) >= .@passengers) {
mes "[Jeepney Driver]";
@@ -758,7 +758,7 @@ function script F_Malaya_Jeepney {
mes "[Jeepney Driver]";
mes "Would you like to know the location of other cars?";
next;
- switch (select("I'd like to know where the 12 passenger car is.:I'd like to know where the 30 passenger car is.:I'd like to know where the 60 passenger car is.")) {
+ switch (select("I'd like to know where the 12 passenger car is.", "I'd like to know where the 30 passenger car is.", "I'd like to know where the 60 passenger car is.")) {
case 1:
viewpoint 1, 237, 240, 1, 0xF7E009;
viewpoint 1, 67 , 44 , 2, 0xF7E009;