[SOLVED] How to call script in certain "day" of game?

Users who are viewing this thread

Is it even possible, to call script after certain time after beginning of game (I mean, in some "day" in game)?

I honestly searched very long time :smile: But all I could find was calling script after certain amount of real seconds, after some event happened.
 
Code:
store_current_day          = 2272  # (store_current_day, <destination>),
                                   # Stores number of days that have passed since beginning of the game. Commonly used to track time when high accuracy is not required.
 
Back
Top Bottom