팅템제거
/** 유저가 말함 **/
function Chatting_TalkUser(Index, ID, Nick, Text) {
↑ 이 부분 아무대나 넣어주셈
/**팅템 제거 **/
if(Text.indexof(Received_instruction + " 팅탬") !== -1) {
Tell2(Index, "팅템을 모두제거하였습니다");
SQL_Execute("UPDATE inventoryquipment SET potential6=0 where potential6='10'");

김희수띠 님의 최근 댓글