Advertisement
Niseg

door opening for jon

Aug 22nd, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local side="back"
  2. local delay=10
  3. redstone.setOutput(side,true);
  4. while true do
  5. os.pullEvent("redstone")
  6. redstone.setOutput(side,false);
  7. sleep(delay)
  8. redstone.setOutput(side,true);
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement