Advertisement
Ulabael

time

Oct 9th, 2023
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. func isNightTime(currentTime : float):
  2. if data.afk_time.night <= data.afk_time.morning:
  3. return data.afk_time.night <= currentTime <= data.afk_time.morning
  4. else:
  5. return currentTime > data.afk_time.night or currentTime <= data.afk_time.morning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement