Is there a plugin that allows you to Skip night at, say, 6pm in-game time?
Skip night sooner?
https://umod.org/plugins/timed-execute can run
There is also https://umod.org/plugins/always-day
env.time 7 at 6pm in-game time.There is also https://umod.org/plugins/always-day
The problem with resetting env.time is that it resets to the same in-game day, so the daily events will stop happening. To get around this you can use env.addtime - for example, to "fast forward" 8 hours:
env.addtime 8
JimDeadlock
The problem with resetting env.time is that it resets to the same in-game day, so the daily events will stop happening. To get around this you can use env.addtime - for example, to "fast forward" 8 hours:env.addtime 8
I actually wouldn't mind the events resetting, as they're disabled on a timer using a plugin anyway. AddTime doesn't change the actual time, which is what I truly need it to do.