pwner 35 Posted December 16, 2015 How do you make a reference to a script thread started using spawn? Is it the same as for execVM? Something like this? somethread = [] spawn somecode; Share this post Link to post Share on other sites
jshock 513 Posted December 16, 2015 Yes just the same as execVM: https://community.bistudio.com/wiki/spawn Share this post Link to post Share on other sites
killzone_kid 1333 Posted December 16, 2015 How do you make a reference to a script thread started using spawn? Is it the same as for execVM? Something like this? somethread = [] spawn somecode; Yes, but you can also get it directly from spawned or execVMed script, it is stored in variable _thisScript Share this post Link to post Share on other sites
Heeeere's johnny! 51 Posted December 20, 2015 Yes, but you can also get it directly from spawned or execVMed script, it is stored in variable _thisScript Wow, this must be is very new (according to BIKI) ... and very nice! Share this post Link to post Share on other sites