Woooo ;D
missionStart is the command
missionStart
Compatibility:
Version 1.8 required.
Type of returned value:
Array
Description:
Return time when mission start in format [year, month, day, hour, minute, second].
So, to set the hour, you set the editor time to 00:00 or something
Then use
timeofstart = missionStart select 2
skiptime timeofstart
;D
- Ben
PS, not tested, but should be fine
[Edit : Changed the variable hour to timeofstart, as hour might have been used in the game.. Just to be on the safe side)]