#5, by afrlmeFriday, 03. July 2015, 13:01 9 years ago
I've created a thread for it on the dev bug tracker. I think it would be nice if there was an option (in call action) or an action part for determining if the list of actions should wait until x action is finished before continuing through the action list. I can see it being quite useful for various reasons.
@ Ke4: although the method you mentioned would work, it lacks global access, as you would be limiting each block by manually calling the next block at the end. Or you would have to potentially create loads of if queries at the end to determine which action block it should call next.