Thank you for your support! Maybe the workaround for your request could be to use $reward(id,id,etc) tag in the item, so you can obtain the items you need to keep automatically.
Jagonz
Creator of
Recent community posts
Of course, you can! You can use the time system to set conditions for your NPCs. However, this requires you to create the events. Here's a suggestion: create an event sheet for each daily behavior that activates if the time is greater than, for example, '8', and less than '12'. Then, execute whatever you need to do within that timeframe for each behavior
(Keep in mind this needs to be build by yourself because every developer needs are different!)
As the skybox cannot be transitioned, it is not part of the MainDayNight.cs script. However, there is a C# function in MainRender.cs that can be called in the events panel to change the skybox. As for the background color, I think I'll be able to add a transition in a future update.
SetSkyBox
it uses a string with the exact skybox name in your resources, example = "sb_obj_sky_Night"