Jump to content
Sign in to follow this  
Roach_

BIS_fnc_titlecard starts with the mission?

Recommended Posts

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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×