bat_room,1,1,3,20010 sshop EventCoinExchanger 111,1187:2000 new_1-1,66,124,2 script Event Coin Trader 109,{ mes "[ Event Coin Trader ]"; mes "What can I do for you today ?"; next; switch(select("Exchange Event Coins:Nothing")) { case 1: mes "[ Event Coin Trader ]"; mes "Close this window to open shop."; close2; callshop "EventCoinExchanger",0; end; case 2: mes "[ Event Coin Trader ]"; mes "See you later."; close; } }