From fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 16 Jan 2016 20:29:35 +0530 Subject: Script Standardization: changed select format in custom folder --- npc/custom/events/disguise.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/custom/events/disguise.txt') diff --git a/npc/custom/events/disguise.txt b/npc/custom/events/disguise.txt index ac218a2c2..476a21f27 100644 --- a/npc/custom/events/disguise.txt +++ b/npc/custom/events/disguise.txt @@ -22,7 +22,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{ mes .@n$; mes "Select an option."; next; - switch(select("Turn ON/OFF Event:Event Settings")) { + switch(select("Turn ON/OFF Event", "Event Settings")) { case 1: mes .@n$; if (.EventON) { @@ -32,7 +32,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{ mes "The Event is currently: [^FF0000OFF^000000]"; mes "Would you like to turn it ON?"; } - if(select("Yes:No")==2) close; + if(select("Yes", "No")==2) close; if (.EventON) { set .EventON,0; set .Timer,0; setnpctimer 0; stopnpctimer; @@ -50,7 +50,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{ mes .@n$; mes "Pick a setting to modify."; next; - switch(select("Monster Display:Number of Rounds:Prize Settings")) { + switch(select("Monster Display", "Number of Rounds", "Prize Settings")) { case 1: setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only."; mes .@n$; @@ -104,7 +104,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{ mes .@n$; mes "Welcome."; mes "How may I be of assistance?"; - if(select("Information:Nothing, just passing through.")==2) close; + if(select("Information", "Nothing, just passing through.")==2) close; next; mes .@n$; mes "This event is quite simple."; -- cgit v1.2.3-70-g09d2