diff options
author | Haru <haru@dotalux.com> | 2016-02-07 01:23:46 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-07 01:23:46 +0100 |
commit | 1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch) | |
tree | 4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/cities/rachel.txt | |
parent | e68aa1f74d315f7bf24d7c8829002d0031b23539 (diff) | |
parent | 0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff) | |
download | hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2 hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip |
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/cities/rachel.txt')
-rw-r--r-- | npc/cities/rachel.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index 8f051e2d0..9299febee 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -294,7 +294,7 @@ rachel,206,30,3 script Freya's Priest#play 4_F_TRAINEE,{ mes "Entertain me!"; emotion e_ag; next; - if (select("What? You can't tell me what to do!:You got it.") == 1) { + if (select("What? You can't tell me what to do!", "You got it.") == 1) { mes "[Freya's Priest]"; mes "Oh. That much is"; mes "true, I suppose."; @@ -305,7 +305,7 @@ rachel,206,30,3 script Freya's Priest#play 4_F_TRAINEE,{ mes "what will you be"; mes "doing to entertain me?"; next; - if (select("Here's a funny story...:I will do what you want me to do.") == 1) { + if (select("Here's a funny story...", "I will do what you want me to do.") == 1) { mes "^3355FFYou told her the first"; mes "funny story that you"; mes "could think of.^000000"; @@ -455,7 +455,7 @@ ra_fild12,283,208,3 script Apprentice Priestess 4_F_CHILD,{ mes "Welcome to Arunafeltz,"; mes "adventurer! Enjoy your stay~"; next; - if (select("Are you a guide?:Thanks, have a good day.") == 1) { + if (select("Are you a guide?", "Thanks, have a good day.") == 1) { mes "[Papaii]"; mes "Oh, actually, if you"; mes "want to speak to a guide,"; @@ -504,7 +504,7 @@ ra_fild12,283,208,3 script Apprentice Priestess 4_F_CHILD,{ mes "rest from your travels, why"; mes "don't you visit Rachel?"; next; - if (select("Are you a guide?:Tell me more about Rachel.") == 1) { + if (select("Are you a guide?", "Tell me more about Rachel.") == 1) { mes "[Papaii]"; mes "Actually, my name is"; mes "Papaii, and I'm stationed"; @@ -595,7 +595,7 @@ ra_temple,167,155,4 script Child Follower#3 4_F_CHILD,{ mes "sees you, I'm gonna"; mes "get caught, you jerk!"; next; - if (select("What are you doing?:Alright.") == 1) { + if (select("What are you doing?", "Alright.") == 1) { mes "[Lewei]"; mes "Hellooo~?"; mes "Can't you see?"; |