Advertisement
The_50cents

Untitled

Jan 24th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true do
  2. m = peripheral.wrap("back")
  3. m.clear()
  4. m.setCursorPos(1, 1)
  5. if rs.getInput("right") == true then
  6. m.write("sa marche...")
  7. else
  8. m.write("c'est eteind")
  9. end
  10. sleep(0.1)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement