Comrades in Arms Discussion Board

Full Version: Help Me Plz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
wen i build mission haw to do that the time movs { from day to night }.
and.
haw to do a MOVE wed intro.sqs { like in the campains }
Sad :mad: Sad :mad:
time moves done with 'skiptime +1' or something like that. Look in the command reference for the right use of the command.
Use this script:

Quote: _timeSkip = _this select 0;
_timeSkip = _timeSkip * 60
#init
_counter = 0
_oneMinute = 0.016667
#start
skiptime _oneMinute
~1
_counter = _counter + 1
? _counter < _timeSkip : goto "start"

Make a trigger on the map (anywhere) in the triggers condition field 'this' will be written in it, change 'this' to 'true'. Setting the trigger to true will make sure the trigger is activated just after the briefing.

In the triggers on activation field put this:

Quote: [time in hours] exec "timeskip.sqs"

You will want to change the time in hours depending on what time the mission starts, also take into account that the season will make a difference as it gets darker earlier at different times of the year.

Anyway this is my first post, so hi all of CiA Big Grin

RED
cool.
Thanks Man.
Big Grin Big Grin Cool Cool Tongue Tongue
thats always been fun to do even for a scene where time passes by,