Save-Point
Window_PlayTime + Day & Night Settings - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Window_PlayTime + Day & Night Settings (/thread-2389.html)



Window_PlayTime + Day & Night Settings - kyonides - 03-08-2008

Actually this is a very simple script that allows you to set the current in-game time at any moment, i.e.

You want to start the game at 10 a.m. on Monday, in a script call enter this line

$game_system.set_time(0, 0, 10, 1)

and you're done.

Note:
Don't forget to deactivate the event after it set the current in-game time...


I forgot to mention that this script makes the time run a little bit faster... Let's say an in-game minute lasts as much as a second in real life...

"Window_PlayTime + Day & Night Settings Script"