NMDanny

Untitled

Jul 16th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local side="right"
  2. while true do
  3.     redstone.setOutput(side,true)
  4.     local event=os.pullEvent("redstone")
  5.     redstone.setOutput(side,false)
  6.     sleep(15)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment