Justiik

Untitled

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