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/item_merge.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/other/item_merge.txt') diff --git a/npc/other/item_merge.txt b/npc/other/item_merge.txt index 35038b621..6f7a9f0e5 100644 --- a/npc/other/item_merge.txt +++ b/npc/other/item_merge.txt @@ -45,7 +45,7 @@ prontera,146,95,3 script Mergician#pron 1_M_WIZARD,{ mes "Do you believe in the miracle of Merge god?? If so, repeat my spell loudly as I pronunce it!!!"; mes "Merge Merge, Merrrrge!!!"; next; - switch(select("What is the miracle of Merge?:Merrrrge!!!!:Abandon...")) { + switch(select("What is the miracle of Merge?", "Merrrrge!!!!", "Abandon...")) { case 1: mes "[Mergician]"; mes "There is an order which rules the world and keeps the world to go well."; @@ -71,7 +71,7 @@ prontera,146,95,3 script Mergician#pron 1_M_WIZARD,{ mes "[Mergician]"; mes "And if you eagerly want to be blessed by Merge, be humble and shout out loud! Merge Merge, Merrrrge!!!"; next; - switch(select("Merrrrge!:Don't follow what he says.")) { + switch(select("Merrrrge!", "Don't follow what he says.")) { case 1: mes "[Mergician]"; mes "Merge just heard your wish and let it be realised!"; -- cgit v1.2.3-60-g2f50