Advertisement
Win4Win

Turtle Corporea Reliquary

Dec 3rd, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. if (rs.getInput("right") and rs.getInput("back") and rs.getInput("left"))then
  3. rs.setOutput("bottom",true)
  4. sleep(1)
  5. rs.setOutput("bottom",false)
  6. end
  7. sleep(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement