He meant one script per thread.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.
whenever i edit script and compile, theres a chance it wont keep the value i have in settings but set something else..
@yourfriendkarol said in why my script changes skip frame automatically:
whenever i edit script and compile, theres a chance it wont keep the value i have in settings but set something else..
Do not open two copies of BAS at the same time. Or copy BAS to another directory and launch two windows from different folders.