Advertisement
nikzuLP

Landebahn Lauflichter

Mar 29th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.  redstone.setOutput("right",false)
  3.  redstone.setOutput("left",true)
  4.  os.sleep(1)
  5.  redstone.setOutput("left",false)
  6.  redstone.setOutput("right",true)
  7.  os.sleep(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement