Advertisement
Guest User

startup

a guest
Dec 22nd, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while true do
  2. local m = peripheral.wrap("right")
  3.  
  4. local a, b = os.pullEvent()
  5. if (b == "Means1") or (b == "zaidal86") then
  6. rs.setOutput("bottom",true)
  7. sleep(2)
  8. rs.setOutput("bottom",false)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement