Guest User

Untitled

a guest
Oct 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. peripheral.wrap("right")
  2. while true do
  3. evt, msg = os.pullEvent()
  4. if evt == "chat_command" and msg == "password" then
  5. rs.setOutput("top", true)
  6. sleep(2.5)
  7. rs.setOutput("top", false)
  8. end
  9. end
Add Comment
Please, Sign In to add comment