Roach_ 52 Posted March 4, 2015 Hey all, So I've set up the script in the init.sqf, just like everyone else does, but in my case, it starts at the same time as the mission, not just before it (as stated in the wiki), so by when the video terminates, the music is half-way through and I've already landed from the helicopter. Is that how it's supposed to be? Share this post Link to post Share on other sites
jshock 513 Posted March 4, 2015 Try adding the following before the call to that function: waitUntil {time > 2 && !isNull player}; Share this post Link to post Share on other sites
Roach_ 52 Posted March 4, 2015 Try adding the following before the call to that function: waitUntil {time > 2 && !isNull player}; Didn't seem to work either :/ Share this post Link to post Share on other sites