function 回收()
--回收
命令("@open_window,2023",100,7)
等待(1000)
选择("@recycle_recy")
等待(1000)
选择("@exit")
等待(1000)
return 挂机()
end
function 挂机()
开始挂机()
return 回收()
end
do
while true do
local mapid=获取地图id()
if mapid=="3" then
移动到("3",342,332,5)
等待(1000)
对话(342,332)
等待(1000)
选择("@fly_show,3")
等待(1000)
选择("@fly_wxdt,d2008")
等待(1000)
else
挂机()
end
end
end