0
一键清屏官方宏
2014-03-02 16:59|
查看: 66
|作者: Webster
/script
for i=1,10 do
local f = Station.Lookup("Lowest2/ChatPanel" .. i)
if f then
local t = f:Lookup("CheckBox_Title")
if t:IsCheckBoxChecked() then
f:Lookup("Wnd_Message"):Lookup("", "Handle_Message"):Clear()
end
end
end
记得前面需要加个空格
|
您当前使用的浏览器版本过低,网站部分功能可能失效,请更换合适的浏览器。
了解更多