JohnRayMitch 1 Posted January 20, 2019 Hey guys, what is the most efficient way to load your custom scripts during initialization? So far I've just been using [] execVm over and over and I can't help but feel there is a better way. Any better ways to list your scripts say as an "include" like in c++? I'm coming from a software developers point of view so throw what you got at me. Share this post Link to post Share on other sites
Grumpy Old Man 3545 Posted January 20, 2019 CfgFunctions should do the trick, even allows to call functions during pre/postInit, for (vastly) increased performance. Cheers 4 Share this post Link to post Share on other sites
JohnRayMitch 1 Posted January 20, 2019 8 hours ago, Grumpy Old Man said: CfgFunctions should do the trick, even allows to call functions during pre/postInit, for (vastly) increased performance. Cheers This is exactly what I was hoping for. Thank you! 1 Share this post Link to post Share on other sites