Calling from one script to another does not wait for the callee to finish

script1 is running a sequence which is also calling script2 - is there a way to make script1 to wait until script2 finishes execution before continuing to its next sequence items?

Sure, use a wait template to wait for the other script to become off

1 Like

Thanks works great