antstubell Posted May 31, 2020 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?
dylbill Posted May 31, 2020 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.
antstubell Posted May 31, 2020 Author Posted May 31, 2020 The day/date is irrelevant. Just need it to be midnight right at that moment.
dylbill Posted June 1, 2020 Posted June 1, 2020 Using the function I posted will work for what you need then.
Recommended Posts