antstubell Posted May 31, 2020 Share Posted May 31, 2020 As title says, I've sesrched a bit and consensus seems that changing game time through script (which seems not possible), in my case to 12.00am, it could break quests and several other things.True? Link to comment Share on other sites More sharing options...
dylbill Posted May 31, 2020 Share Posted May 31, 2020 Well, you can advance time with script fine, but say setting from 4am to 3am you can't do. The vanilla wait menu advances the game hour. To set to 12am, you can use the global variable game hour. GameHour.SetValue(24) will set the hour to 12am of the next day. Link to comment Share on other sites More sharing options...
antstubell Posted May 31, 2020 Author Share Posted May 31, 2020 The day/date is irrelevant. Just need it to be midnight right at that moment. Link to comment Share on other sites More sharing options...
dylbill Posted June 1, 2020 Share Posted June 1, 2020 Using the function I posted will work for what you need then. Link to comment Share on other sites More sharing options...
antstubell Posted June 1, 2020 Author Share Posted June 1, 2020 :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts