what do you mean?
is it meant as a joke?
well... i haven't fixed it... i didn't want to make it too long...Known Bugs:You can fix that by makeing the multiboard 5 columns wide and have 1 space between day and month, and month and year. (That is, if you havent fixed that yet.)
V1.0
- the Mulitboard's word month is too long... but i don't know how to fix it... -_-
Known Bugs:
V1.0
- the Mulitboard's word month is too long... but i don't know how to fix it... -_-
all months are 30 days long... i am lazy
- all months are 30 days long... i am lazy... and need a easy way to fix it ^^;
Starting Year and Day and Set Months
Events
Map initialization
Conditions
Actions
-------- year month day time --------
Set year = (Random integer number between 150 and 160)
Set month = 4
Set day = (Random integer number between 1 and 29)
Game - Set the time of day to 6.00
Set M[1] = 31
Set M[2] = 28
Set M[3] = 31
Set M[4] = 30
Set M[5] = 31
Set M[6] = 30
Set M[7] = 31
Set M[8] = 31
Set M[9] = 30
Set M[10] = 31
Set M[11] = 30
Set M[12] = 31Days Months Years
Events
Game - The in-game time of day becomes Greater than or equal to 23.99
Conditions
Actions
Set day = (day + 1)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
day Greater than or equal to (M[month] + 1)
Then - Actions
Set day = 1
Set month = (month + 1)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
month Greater than or equal to (12 + 1)
Then - Actions
Set month = 1
Set year = (year + 1)
Game - Display to (All players) the text: ((day: + (String(day))) + (( - month: + (String(month))) + ( - year: + (String(year)))))
Else - Actions
Game - Display to (All players) the text: ((day: + (String(day))) + ( - month: + (String(month))))
Else - Actions
Game - Display to (All players) the text: (day: + (String(day)))
-------- update Mulitboard --------
Multiboard - Set the text for TimeOfYear item in column 1, row 2 to (String(day))
Multiboard - Set the text for TimeOfYear item in column 2, row 2 to (String(month))
Multiboard - Set the text for TimeOfYear item in column 3, row 2 to (String(year))