It seems that there are no usefull functions to work with time. So I wrote some! Copy everything from the textfile in a script and include it everywhere you need those functions. All those time functions are based on the time in seconds. You have to specify your startyear and your minutes per hour in the script the first time. GetTime() get�s the current game time in seconds, CreateTime(x) can makes seconds out of the values of the specified formats. There are several other functions, like Hours(x) which makes seconds out of the hours, or GetDays(x) which makes days out of the seconds. Those functions are very usefull, accurate and simple to use. There is also an AdvanceTime(x) function. Those time functions are ideal for every case where you need to check how much time has passed.