summaryrefslogtreecommitdiff
path: root/npc/events/god_se_festival.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
committerHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
commit1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch)
tree4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/events/god_se_festival.txt
parente68aa1f74d315f7bf24d7c8829002d0031b23539 (diff)
parent0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff)
downloadhercules-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/events/god_se_festival.txt')
-rw-r--r--npc/events/god_se_festival.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/events/god_se_festival.txt b/npc/events/god_se_festival.txt
index 455aad8bc..50c11cd8c 100644
--- a/npc/events/god_se_festival.txt
+++ b/npc/events/god_se_festival.txt
@@ -49,7 +49,7 @@ yuno,1,1,0 script Festival Manager#gq_fes0 4_F_HUGIRL,{
mes "[Festival Manager]";
mes "What would you like to do?";
next;
- switch(select("Disable festival NPCs:Enable festival NPCs")) {
+ switch(select("Disable festival NPCs", "Enable festival NPCs")) {
case 1:
mes "[Festival Manager]";
mes "Ending festivals and disabling NPCs.";
@@ -96,7 +96,7 @@ yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{
mes "Anyway,";
mes "Do you want to summon monsters?";
next;
- switch(select("Do not summon:Summon, please")) {
+ switch(select("Do not summon", "Summon, please")) {
case 1:
mes "[Rmimi Ravies]";
mes "I don't like to be interrupted by others..";
@@ -118,7 +118,7 @@ yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{
mes "[Rmimi Ravies]";
mes "Now, are you ready to summon monsters?";
next;
- switch(select("No, I'm not ready now.:Yes! I'm ready for that.")) {
+ switch(select("No, I'm not ready now.", "Yes! I'm ready for that.")) {
case 1:
mes "[Rmimi Ravies]";
mes "If you are not ready, why did you come to me?";
@@ -425,7 +425,7 @@ rachel,1,1,0 script Festival Manager#gq_fes2 4_F_HUGIRL,{
mes "[Festival Manager]";
mes "What would you like to do?";
next;
- switch(select("Disable festival NPCs:Enable festival NPCs")) {
+ switch(select("Disable festival NPCs", "Enable festival NPCs")) {
case 1:
mes "[Festival Manager]";
mes "Ending festivals and disabling NPCs.";
@@ -474,7 +474,7 @@ rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{
mes "... Hehehe, anyways let's move on.";
mes "So do you wish to summon or not!?";
next;
- switch(select("Do not summon:Summon")) {
+ switch(select("Do not summon", "Summon")) {
case 1:
mes "[Rhehe Ravies]";
mes "...*Cries*.";
@@ -498,7 +498,7 @@ rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{
mes "[Rhehe Ravies]";
mes "Are you ready to begin the summoning ritual~?";
next;
- switch(select("No, not yet.:Yes! I'm ready!")) {
+ switch(select("No, not yet.", "Yes! I'm ready!")) {
case 1:
mes "[Rhehe Ravies]";
mes "You're not even ready, why bother talking to me?";