You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on every 1 seconds:
if time in world "world" is between 19:00 and 05:30:
broadcast " DEBUG: It is night"
else:
broadcast " DEBUG: It is day"
You will always get " DEBUG: It is day" no matter what the time is.
To work around the bug it is possible to check if the time is more than 19:00 and add another condition with a check if the time is less than 05:30 and set a variable if either condition is true but it would be nice to get this fixed.
(And if I remember correctly the verbal times "day, dusk, dawn, night" etc are also buggy if you want to look into that but it's been a while since I last used those - because of the bugs - so I can't elaborate on this.)
The text was updated successfully, but these errors were encountered:
on every 1 seconds:
if time in world "world" is between 19:00 and 05:30:
broadcast " DEBUG: It is night"
else:
broadcast " DEBUG: It is day"
You will always get " DEBUG: It is day" no matter what the time is.
To work around the bug it is possible to check if the time is more than 19:00 and add another condition with a check if the time is less than 05:30 and set a variable if either condition is true but it would be nice to get this fixed.
(And if I remember correctly the verbal times "day, dusk, dawn, night" etc are also buggy if you want to look into that but it's been a while since I last used those - because of the bugs - so I can't elaborate on this.)
The text was updated successfully, but these errors were encountered: