Array_var DateInformationShort WhichDayShort WhichMonthShort WhichHourShort WhichMinuteShort TempMinLet DateInformation := GetUserTime; Unknown....Set GameDay to WhichDaySet GameMonth to WhichMonthSet TempMin to ( 10 / 60 )Set TempMin to ( TempMin * WhichMinute )Set TempMin to ( TempMin / 10 )Set GameHour to ( WhichHour + TempMin )
Let DateInformation := GetUserTimelet WhichDay := DateInformation["Day"]let WhichMonth := DateInformation["Month"];etc...