@CashOut1337 @Detected
Please describe the problem in more detail. I don't fully understand what you are talking about. How can this be repeated intentionally? What actions should I use? Perhaps you can attach a test project?
Can I call another BAS script from within my current script?
-
Hi,
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 :)
-
@morpheus93 said in Can I call another BAS script from within my current script?:
Hi,
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.