Advertisement
Tofeurdu54

hhh

Mar 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. while true do
  2. if rs.getInput("back", false) then
  3. rs.setOuput("back", true)
  4. end
  5. if rs.getInput("right", true) then
  6. rs.setOuput("front", true)
  7. rs.setOuput("left", false)
  8. end
  9.  
  10. if rs.getInput("right", false) then
  11. rs.getOuput("left", true)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement