Another thing Im seeing now is my bots closing out automatically. I have some that should run indefinitely and never had issues before. But now I have to restart them daily for some reason.
as I mentioned above, is it possible that I call another BAS script and after the processing of this "external" BAS script is done the current script continues at the next step (action)? Also can I exchange variable values between my "calling" and my "external" script?
Thanks :)
Not. But you can use the code of the second script as a function in the first script.