From b24b79b3d4f391c415268af3db2d268214bcfd70 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:50:51 +0530 Subject: Script Standardization: changed select format in pre-re folder --- npc/pre-re/other/resetskill.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/pre-re/other') 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"; -- cgit v1.2.3-70-g09d2