天龙八部助手脚本怎么设置定时执行列表
发布网友
发布时间:2022-04-29 13:11
我来回答
共1个回答
热心网友
时间:2022-06-28 14:34
首先要确定你的脚本执行时间不会超过半小时.
Do
mm = time
sj = split(mm, ":")
If int(sj(0)) >= 8 and int(sj(0)) < 22 Then
If int(sj(1)) = 0 and int(sj(1)) < 30 Then
Call 脚本
End If
End If
Delay 500
Loop
Sub 脚本
End Sub