Advertisement
osmarks

ææææææææææa

Feb 3rd, 2020
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local out = "right"
  2. while true do
  3.     rs.setOutput(out, true)
  4.     sleep(20)
  5.     rs.setOutput(out, false)
  6.     sleep(1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement