From 57ed698dc135be8222e127fe8e1d02c456e7f8b5 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:29:58 +0530 Subject: Script Standardization: changed select format in other folder --- npc/other/gympass.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/other/gympass.txt') diff --git a/npc/other/gympass.txt b/npc/other/gympass.txt index 249012b2a..d30fafeb8 100644 --- a/npc/other/gympass.txt +++ b/npc/other/gympass.txt @@ -67,7 +67,7 @@ payon,173,141,4 script Ripped Cabus#GymPass 4_M_HUMAN_02,{ mes "item carrying capacity ^FF000010 times^000000."; mes "So... Are you ready to sweat?"; next; - switch(select("Yes:No:Um, my workouts wore off.")) { + switch(select("Yes", "No", "Um, my workouts wore off.")) { case 1: if (gympassmemory < 10) { .@add_carry = gympassmemory + 1; -- cgit v1.2.3-60-g2f50