2014-03-02 16:59| 查看: 152 |作者: 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
/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
记得前面需要加个空格
收藏 分享 邀请
关注订阅号"剑网3PVE"获取第一手剑三资讯