--脚本入口
function sel_hero(x, y)
local ch_offset = 200;
local chwait = 1000 ; -- sleep 1s
toast("select role")
end
function main()
local chwait = 2000 ; -- sleep 10s
sleep(chwait);
touchClick(200,1450);
sleep(chwait);
sel_hero(1, 1)
end
function sel_hero(x, y)
local ch_offset = 200;
local chwait = 1000 ; -- sleep 1s
toast("select role")
end
function main()
local chwait = 2000 ; -- sleep 10s
sleep(chwait);
touchClick(200,1450);
sleep(chwait);
sel_hero(1, 1)
end











