Guide to insert Night and Day selection
when you have done your mission do as follows:
Click in the top of your editor, and set the time to 12.00 (daytime)
go to your missionfolder
C:\Program Files\Codemasters\OperationFlashpoint\
Users\NAME\missions\MissionName.Here
Make a txt file and rename it to description.ext
In it you write:
titleParam2 = "DayTime:";
valuesParam2[] = {-12,-6,0,6};
defValueParam2 = 0;
textsParam2[] = {"Night","Morning","Day","Evening"};
Make a txt file and rename it to init.sqs
In it you write:
SKipTime Param2
don't forget to save your mission again after this.
And that's it
By Speeder 21vb.dk