Right click the script memory record -> Execute asynchronous
This has side effects too: {$lua} block will be run in another thread. Don't access the GUI, no timers, etc.
You could refactor your code and put all the aobscans / registersymbols / unregistersymbols in the header script. Multiple aobscans in a single script get executed in a single pass- this will be faster than one pass per script. _________________
I don't know where I'm going, but I'll figure it out when I get there.
Right click the script memory record -> Execute asynchronous
This has side effects too: {$lua} block will be run in another thread. Don't access the GUI, no timers, etc.
You could refactor your code and put all the aobscans / registersymbols / unregistersymbols in the header script. Multiple aobscans in a single script get executed in a single pass- this will be faster than one pass per script.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum