Jump to content

Recommended Posts

At the beggining of the official mission "into the storm" there is a timer that counts up (its green). Anyone know how to do this?

Share this post


Link to post
Share on other sites

Open the Intro mode of the Editor.

Place your player anywhere.

Create a file initintro.sqf as follows:

cuttext ["","black in",10e10];
enableenvironment false;

createcenter sidelogic;
_grp = creategroup sidelogic;
_logicFnc = _grp createunit ["FunctionsManager",position player,[],0,"none"];

waituntil {!isnil "bis_fnc_init"};
_showtime = [
[2009,10,9,4,30], //--- Start time
[2009,10,9,5,10], //--- End time
50
] call bis_fnc_showTime;

waituntil {_showtime};
sleep 4;
endmission "end1";

Be aware your players running Steam 1.03 might run into this error.

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  

×