Koni 1 Posted January 22, 2011 I know how to skiptime, but is there a way for halfway through a mission to move the time to a certain time like 19:40. Example. Say the mission starts 14:00, depending on how quickly the player completes the first half of the mission it might end up being anywhere between 14:30 to 15:00, or could be later, depending on what they have been doing obviously. Then after a cut scene I want to move the time of day to dusk, 19:40, so theres just a half light, and not total darkness. Now if I use skiptime 5 command then sometimes it might still be day light if the player has done the mission very quickly, or it might be pitch black dark, if they have taken a long time. So what I need is to be able to set the time to an actual time, and not just skiptime and hope it ends up being somewhere near to the time I want. Is this possible ? Thanks Share this post Link to post Share on other sites
shuko 45 Posted January 22, 2011 skiptime ((19.66 - daytime + 24) % 24); Share this post Link to post Share on other sites
Koni 1 Posted January 22, 2011 Excelent, just what I needed. Thanks shk :) Share this post Link to post Share on other sites