From 57ed698dc135be8222e127fe8e1d02c456e7f8b5 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:29:58 +0530 Subject: Script Standardization: changed select format in other folder --- npc/other/fortune.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/other/fortune.txt') diff --git a/npc/other/fortune.txt b/npc/other/fortune.txt index fe2708adf..661772c02 100644 --- a/npc/other/fortune.txt +++ b/npc/other/fortune.txt @@ -42,7 +42,7 @@ payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ mes "[Lhimetorra]"; mes "You're an adventurer of this world... " +strcharinfo(0)+ ", right? So, what can an old person like me do for you?"; next; - switch(select("I would like a tarot card reading.:What's a tarot card reading?")) { + switch(select("I would like a tarot card reading.", "What's a tarot card reading?")) { case 1: mes "[Lhimetorra]"; mes "Is that so...?"; @@ -51,7 +51,7 @@ payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ mes "[Lhimetorra]"; mes "So, would you like a monster card reading? "; next; - switch(select("Yes.:I would like to think it over once more.")) { + switch(select("Yes.", "I would like to think it over once more.")) { case 1: mes "[Lhimetorra]"; mes "Then..."; @@ -86,7 +86,7 @@ payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ mes "..."; mes "Once you have emptied your mind, think of the thing you most wish to know."; next; - switch(select(" (I would like to know my love fortune.) : (How rich will I be?) : (I need advice about my future.) : (Can I get a warning of any dangers awaiting?) ")) { + switch(select(" (I would like to know my love fortune.) ", " (How rich will I be?) ", " (I need advice about my future.) ", " (Can I get a warning of any dangers awaiting?) ")) { case 1: mes "[Lhimetorra]"; mes " I see it... I see a sign of love... "; @@ -2763,14 +2763,14 @@ payon_in03,75,129,5 script Poring Fortune Teller 4_M_BIBI,{ mes " Welcome, welcome~!! " +strcharinfo(0)+ "~!"; mes " What brings you here today!? "; next; - switch(select(" I would like a Poring card reading. : What is a Poring card reading? ")) { + switch(select(" I would like a Poring card reading. ", " What is a Poring card reading? ")) { case 1: mes "[Chocarle]"; mes " Ah~ is that so! "; mes " Solving the wonders of the future with these cute and adorable Poring cards! "; mes " It is 1000z for each fortune! Shall we begin? "; next; - switch(select(" Yes. : I would like to think about it once more. ")) { + switch(select(" Yes. ", " I would like to think about it once more. ")) { //=================================================================Fortune Teller === case 1: if (Zeny < 1000) { @@ -2788,7 +2788,7 @@ payon_in03,75,129,5 script Poring Fortune Teller 4_M_BIBI,{ mes "[Chocarle]"; mes " Then~ gently think of your wish! "; next; - switch(select(" (I'm curious about love!) : (I would like to do well in school!) : (Will my friendship be intact?) : (I want to know about my future self!) : (Will I make a lot of money?) ")) { + switch(select(" (I'm curious about love!) ", " (I would like to do well in school!) ", " (Will my friendship be intact?) ", " (I want to know about my future self!) ", " (Will I make a lot of money?) ")) { //=================================================================Love === case 1: mes "[Chocarle]"; -- cgit v1.2.3-60-g2f50