Ok, one more request from me for today
I've been looking through the scripts, I've found ones with clocks, etc. I cant seem to get any of them to work. I eventually tried a parrellel process, and found that if it was in the middle of the night, if i were to pause it, it would go back to day. If anyone knows any good scripts that JUST make it change from night to day, with nothing else involved.. I'd be thankful. Or, if there is a way to change the night - day thing on my parrellel process, that someone can fix for me, I'll post it below. Thanks!
VAR - Morning = 6
VAR - Day = 10
VAR - Evening = 19
VAR - Night = 21
VAR - Time = 0
LOOP
wair: 35 frames
VAR - TIME + 1
CONDIT TIME == Evening
tint screen(evening colorz)
else
CONDIT TIME == Day
tint regular junk...
else
CONDIT TIME == Morning
tint morning...
else time == night
tint night
else
(no else)
end
end
end
CONDIT TIME == 24
VAR - TIME == 0
else
(none)
end
end
repeat
^^^^^
Anyone know why that doesnt work if i open up the menu?