Hey.
I have some different conditions, that might activate the same loop with different parameters at the same time, while another loop of same type is still in progress:
If condition 1 -> start loop gogo with variable x=1
if condigiton 2 -> start loop gogo with variabe x=2
What will happen? Will they split and perform their action with the wanted variable or not?
Thanks.
