Ok, I understand you. But if I use the Goto command inside the Wait (Loop) command, the Wait (Loop) command will complete normally?
For example:
10 Variable Operate
20 Wait (loop)
---- any commands
---- Goto 10
The best choice will be:
Add the Goto command outside the Wait(Loop)
Add a Break after Wait(Loop), then add a Goto to jump to 10.
The best choice will be:
Add the Goto command outside the Wait(Loop)
Add a Break after Wait(Loop), then add a Goto to jump to 10.