Advertisement
Daemonion

Untitled

Apr 22nd, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if type == "gar_maniac" then
  2. return function(gulag)
  3. if level.get_time_hours() >= 7 and level.get_time_hours() <= 22 then
  4. return 0 -- day
  5. else
  6. return 1 -- night
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement