RUN BLOCKS
-
Hello, this block indicates which blocks are executed when it passes through "run blocks", my question is according to the following example:

block 10 executes block 6,
What sequence would follow later: ??
6--19--3--7--9--8--5--17 keep running everything afterwards.
6-19-17 executes everything that is connected to it
or
6-17 executes that block alone and returns it to the "run blocks" block -
@cesardefez 6-17. BTW, there is no block 19 in your screenshot.

-
gracias.
-
@cesardefez De nada.