From d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 16 Jan 2016 20:48:55 +0530 Subject: Script Standardization: changed select format in merchants folder --- npc/merchants/milk_trader.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/merchants/milk_trader.txt') diff --git a/npc/merchants/milk_trader.txt b/npc/merchants/milk_trader.txt index d4f48fe4d..ff87c68d5 100644 --- a/npc/merchants/milk_trader.txt +++ b/npc/merchants/milk_trader.txt @@ -52,7 +52,7 @@ prontera,73,140,0 script Milk Vendor 4_M_04,{ mes "them for 1 Milk. How"; mes "does that sound?"; next; - if (select("Exchange all empty bottles.:Cancel") == 1) { + if (select("Exchange all empty bottles.", "Cancel") == 1) { if (countitem(Empty_Bottle) <= 0) { mes "[Milk Vendor]"; mes "Hey..."; -- cgit v1.2.3-70-g09d2