summaryrefslogtreecommitdiff
path: root/npc/re/jobs/repair.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:59:05 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 18:23:15 +0530
commit0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch)
tree58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/jobs/repair.txt
parent563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff)
downloadhercules-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/jobs/repair.txt')
-rw-r--r--npc/re/jobs/repair.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/jobs/repair.txt b/npc/re/jobs/repair.txt
index fc212aef3..2dae1bcaf 100644
--- a/npc/re/jobs/repair.txt
+++ b/npc/re/jobs/repair.txt
@@ -48,7 +48,7 @@ prt_in,38,104,4 script Valerie 4_F_VALKYRIE,{
mes "[Valerie]";
mes "If both abnormalities disappear then we must start the test over from scratch. What would you like to do?";
next;
- switch(select("I don't have any abnormalities:I think my body has some abnormalities")) {
+ switch(select("I don't have any abnormalities", "I think my body has some abnormalities")) {
case 1:
mes "[Valerie]";
mes "That's a relief. Then please take care.";
@@ -57,7 +57,7 @@ prt_in,38,104,4 script Valerie 4_F_VALKYRIE,{
mes "[Valerie]";
mes "Are you sure you want to intialize it and start over?";
next;
- if(select("Nope:Yes, I want to start completely over") == 1) {
+ if(select("Nope", "Yes, I want to start completely over") == 1) {
mes "[Valerie]";
mes "I understand. I'll see you next time";
close;
@@ -65,7 +65,7 @@ prt_in,38,104,4 script Valerie 4_F_VALKYRIE,{
mes "[Valerie]";
mes "All items related to the existing conditions will disappear. Are you okay with this?";
next;
- if(select("Nope:Yes, I want to start completely over.") == 1) {
+ if(select("Nope", "Yes, I want to start completely over.") == 1) {
mes "[Valerie]";
mes "I understand. I'll see you next time.";
close;
@@ -73,7 +73,7 @@ prt_in,38,104,4 script Valerie 4_F_VALKYRIE,{
mes "[Valerie]";
mes "It seems that there are a sea of people who seemed to be cursed of not being able to get a significant other after going through with this. Are you still okay with this? ";
next;
- if(select("Nope:I still want to intialize.") == 1) {
+ if(select("Nope", "I still want to intialize.") == 1) {
mes "[Valerie]";
mes "I understand. I will see you next time.";
close;
@@ -81,7 +81,7 @@ prt_in,38,104,4 script Valerie 4_F_VALKYRIE,{
mes "[Valerie]";
mes "In extreme cases, some become crippled and can get ulcers. Do you still want to intilize former processes?";
next;
- if(select("Nope:Please intilize the former processes") == 1) {
+ if(select("Nope", "Please intilize the former processes") == 1) {
mes "[Valerie]";
mes "I understand. I will see you next time";
close;