tpt.set_console(0)tpt.set_pause(0)function start() v=tpt.get_property("type",tpt.mousex,tpt.mousey) if(v==132) then tpt.set_property("ctype", 15,tpt.mousex,tpt.mousey) endend tpt.register_mouseclick(start)