- Joined
- Dec 30, 2012
- Messages
- 196
- Reaction score
- 176
- First Language
- English
- Primarily Uses
- N/A
I'm currently using this script that sets up a time system with variables.
You can find the thread of the script here.
You can find the actual script here.
On line 81, it says, "FRAMES_TIL_UPDATE = 60". So it takes 60 frames(1 second) for time to update/change to the next minute. I was wondering if there were a way to change the frame mid-way throughout the game. (Maybe through a script call or something, I don't know.)
An example to help further explain, I have a day and night system going on. So from 6AM-7PM the frames go at 200. But from 8PM and onward I want the frames to increase to 300 frames. The script only allows you to have one specified number for the frames throughout the entire game. Is there a way to change it midway, is my question. Hopefully that made sense. If you have any questions or of you're confused, please let me know.
You can find the thread of the script here.
You can find the actual script here.
On line 81, it says, "FRAMES_TIL_UPDATE = 60". So it takes 60 frames(1 second) for time to update/change to the next minute. I was wondering if there were a way to change the frame mid-way throughout the game. (Maybe through a script call or something, I don't know.)
An example to help further explain, I have a day and night system going on. So from 6AM-7PM the frames go at 200. But from 8PM and onward I want the frames to increase to 300 frames. The script only allows you to have one specified number for the frames throughout the entire game. Is there a way to change it midway, is my question. Hopefully that made sense. If you have any questions or of you're confused, please let me know.


