diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:59:05 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 18:23:15 +0530 |
commit | 0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch) | |
tree | 58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/quests/quests_morocc.txt | |
parent | 563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff) | |
download | hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.gz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.bz2 hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.xz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.zip |
Script Standardization: changed select format in RE folder
Diffstat (limited to 'npc/re/quests/quests_morocc.txt')
-rw-r--r-- | npc/re/quests/quests_morocc.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/re/quests/quests_morocc.txt b/npc/re/quests/quests_morocc.txt index eb5b8f27c..f88692561 100644 --- a/npc/re/quests/quests_morocc.txt +++ b/npc/re/quests/quests_morocc.txt @@ -40,7 +40,7 @@ mes "[Continental Guard]"; mes "If you really want to go to the next area, you'll be responsible for your own safety."; next; - switch(select("Nevermind.:Enter the Field.")) { + switch(select("Nevermind.", "Enter the Field.")) { case 1: mes "[Continental Guard]"; mes "Wise choice."; @@ -70,7 +70,7 @@ moc_prydb1,103,54,3 script Suspicious Cat#night 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "I can't believe a mummy could do this to me. Oh man, it hurts. Nobody should find out about this...."; next; - if(select("Mummy? What happened?:Pretend not to know anything.") == 2) + if(select("Mummy? What happened?", "Pretend not to know anything.") == 2) close; mes "[Suspicious Cat]"; mes "You caught me! Darn it...I didn't expect my reputation as a tomb raider would get damaged like this..."; @@ -78,7 +78,7 @@ moc_prydb1,103,54,3 script Suspicious Cat#night 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "But come on, they're so strange! They're mummies! Just mummies, you know? They shouldn't be that strong!"; next; - if(select("Strong mummies? Where are they?:End the conversation.") == 2) { + if(select("Strong mummies? Where are they?", "End the conversation.") == 2) { mes "[Suspicious Cat]"; mes "Whaaat~ you don't want to hear my story? Fine! You'd better not mention my name anywhere else!"; close; @@ -90,7 +90,7 @@ moc_prydb1,103,54,3 script Suspicious Cat#night 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "When I saw a mummy coming toward me, I was like 'whatever' and didn't care. But then he knocked me down with a slap in the face! How could he do that to a cute cat like me! You bandaged freak... you just wait and see!"; next; - if(select("I would like to go, too.:End the conversation.") == 2) + if(select("I would like to go, too.", "End the conversation.") == 2) close; mes "[Suspicious Cat]"; mes "No way! I spent so much time finding that path!!"; @@ -103,7 +103,7 @@ moc_prydb1,103,54,3 script Suspicious Cat#night 4_CAT_SAILOR4,{ mes "^FF0000But come to think of it, a weakling like you won't survive there. Maybe for a second if you're lucky?^000000"; mes "Well, it's none of my business. But I warned you anyway!"; next; - switch(select("Pay 5,000 zeny and set out.:Forget it.")) { + switch(select("Pay 5,000 zeny and set out.", "Forget it.")) { case 1: if (Zeny < 5000) { mes "[Suspicious Cat]"; @@ -128,7 +128,7 @@ moc_prydn1,94,98,3 script Suspicious Cat#night2 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "That stupid mummy slapped me again while you were looking away! Sniff sniff... Let's go back, meow!"; next; - switch(select("Go back to Thief Guild:Eliminate Verit:Eliminate Ancient Mummy:It's nothing")) { + switch(select("Go back to Thief Guild", "Eliminate Verit", "Eliminate Ancient Mummy", "It's nothing")) { case 1: mes "[Suspicious Cat]"; mes "Right right... let's go back."; @@ -163,7 +163,7 @@ moc_prydn1,94,98,3 script Suspicious Cat#night2 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "If you want to go home, you'd better beat up that ugly doggie! Otherwise, he'll bite you!"; next; - switch(select("Help him:Stay away")) { + switch(select("Help him", "Stay away")) { case 1: mes "[Suspicious Cat]"; mes "Good, the target number is 20! Good luck!"; @@ -178,7 +178,7 @@ moc_prydn1,94,98,3 script Suspicious Cat#night2 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "Is Verit's training going well?"; next; - switch(select("Sure.:I want to stop.")) { + switch(select("Sure.", "I want to stop.")) { case 1: mes "[Suspicious Cat]"; mes "Good. Keep up the good work!"; @@ -223,7 +223,7 @@ moc_prydn1,94,98,3 script Suspicious Cat#night2 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "Don't ask why! I'm sure you wouldn't want those beautiful treasures to be hidden in the dark either!"; next; - switch(select("Help him:Stay away")) { + switch(select("Help him", "Stay away")) { case 1: mes "[Suspicious Cat]"; mes "Alright, the target number is 20! Good luck!"; @@ -238,7 +238,7 @@ moc_prydn1,94,98,3 script Suspicious Cat#night2 4_CAT_SAILOR4,{ mes "[Suspicious Cat]"; mes "Is fighting Ancient Mummies going well?"; next; - switch(select("Sure.:I want to stop.")) { + switch(select("Sure.", "I want to stop.")) { case 1: mes "[Suspicious Cat]"; mes "Good. Keep up the good work!"; |