Comrades in Arms Discussion Board
[arma 2] how end intro after my video ends? - Printable Version

+- Comrades in Arms Discussion Board (http://forum.ciahome.net)
+-- Forum: Comrades in Arms Life (http://forum.ciahome.net/forumdisplay.php?fid=3)
+--- Forum: Mission Making (http://forum.ciahome.net/forumdisplay.php?fid=8)
+--- Thread: [arma 2] how end intro after my video ends? (/showthread.php?tid=3054)



[arma 2] how end intro after my video ends? - FlashPoint - 06-30-2015

I set an intro in start of my SP mission, it doesn't include any camera, actually a video plays at start of mission intro using this code:

Code:
24 cutText ["", "BLACK OUT"];
_video = ["videoname.ogv"] spawn bis_fnc_playVideo;
waitUntil {scriptDone _video};
sleep 4;
24 cutText ["", "BLACK IN"];

but after video ends, player appears, which is a rabbit as I set! I want intro automatically skip after video ends, or skip in for example 30 seconds after mission intro start, then player lead to briefing screen and start main mission content from there.
thanks