summaryrefslogtreecommitdiff
path: root/npc/pre-re/other
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:50:51 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:54:40 +0530
commitb24b79b3d4f391c415268af3db2d268214bcfd70 (patch)
tree1717aeb9ee9c996e53ad4ac2a4376f8ce45476e1 /npc/pre-re/other
parent4d139eb924e63f88065071de722ddc39465cd5e3 (diff)
downloadhercules-b24b79b3d4f391c415268af3db2d268214bcfd70.tar.gz
hercules-b24b79b3d4f391c415268af3db2d268214bcfd70.tar.bz2
hercules-b24b79b3d4f391c415268af3db2d268214bcfd70.tar.xz
hercules-b24b79b3d4f391c415268af3db2d268214bcfd70.zip
Script Standardization: changed select format in pre-re folder
Diffstat (limited to 'npc/pre-re/other')
-rw-r--r--npc/pre-re/other/resetskill.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/other/resetskill.txt b/npc/pre-re/other/resetskill.txt
index 591eb3377..46e35e541 100644
--- a/npc/pre-re/other/resetskill.txt
+++ b/npc/pre-re/other/resetskill.txt
@@ -57,7 +57,7 @@ prontera,146,232,4 script Hypnotist#2 4_F_TELEPORTER,{
mes "Job character to qualify.";
mes "Now, do you have any questions?";
next;
- switch(select("Skill Reset?:I want a Skill Reset:Nothing")) {
+ switch(select("Skill Reset?", "I want a Skill Reset", "Nothing")) {
case 1:
mes "[Hypnotist]";
@@ -88,7 +88,7 @@ prontera,146,232,4 script Hypnotist#2 4_F_TELEPORTER,{
mes "want to proceed with";
mes "my ^FF0000Skill Reset^000000 service?";
next;
- if (select("Yes:Cancel") == 1) {
+ if (select("Yes", "Cancel") == 1) {
if (BaseLevel > 40) {
mes "[Hypnotist]";
mes "I'm sorry, but characters";