Guest User

Untitled

a guest
Jul 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2. local time = os.time()
  3. if time == 6 then
  4.  rs.setOutput("back",false)
  5.  elseif time == 18 then
  6.  rs.setOutput("back",true)
  7.  else
  8. end
  9. sleep(1)
  10. end
Add Comment
Please, Sign In to add comment