Jump to content
Sign in to follow this  
thetrooper

Intro to mission

Recommended Posts

Hi guys, testing my mission on. My intro won't go into my briefing before mission starts.

I got this script to do it in my intro file.

camDestroy _camera
exit 

At the moment I have to press escape and skip. How can I just get it to end to move onto briefing?

Share this post


Link to post
Share on other sites

endMission "END1";

or

["END1", true, 0] call BIS_fnc_endMission;

But I've had some issues with BIS_fnc_endMission in the intro section in some DevBranch versions. So, I chose to rely on the simple endMission instead. At least for intros.

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  

×