QGames Hi, i want that thing to be added: -global.time skip I want to create system for sleeping, but there is no way to skip time via script. If you can somehow add that it would be great.
Stumpy QGames Thank you for the suggestion! You'll be happy to know that, as Kukkin mentioned above, this is now possible as of the v1.2 release. Added ability to change the current in-game time via script using the "global.time" variable (day/night lighting will also update to reflect the time, if configured) Added "Set Time" scripting function and visual node for changing the current in-game time (e.g. set_time(0), day/night lighting will also update to reflect the time, if configured)
Kukkin Hi QGames! Actually there is a way to skip the time. You can either use the set_time() function or manually change the global.time variable.