WhiteHatBox
Share Page
Following(0)
Partner(s)
Karmagedon

Can I use Goto in White(Loop)?

ReplyThanks 2019/01/03 08:20:27 0 0
Does the module work normally? Or do I have to use the Break action?
Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
Aprilcaicai
2019/01/03 17:38:48
Sorry you cannot use Goto command in Wait(Loop). Goto command will work only when it knows which step (command number) it will jump to. Here is no command number under Wait(loop) command, so you must use Break to jump the loop.
Karmagedon
2019/01/03 17:59:28
2 # Aprilcaicai 2019/1/3 17:38:48
Sorry you cannot use Goto command in Wait(Loop). Goto command will work only when it knows which step (command number) it will jump to. Here is no command number under Wait(loop) command, so you must use Break to jump the loop.

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

Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
Aprilcaicai
2019/01/03 18:44:44

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.

Karmagedon
2019/01/03 18:48:50
4 # Aprilcaicai 2019/1/3 18:44:44

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.

Thank you :)
Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
<< < 1> >>
VerifyCode
Advanced Option