Pandana

Not even I know what it is for!

Nov 8th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. t = 0.5
  2. while true do
  3.     if rs.getInput("right", true) then
  4.         rs.setOutput("back", false)
  5.         sleep(t)
  6.         rs.setOutput("top", true)
  7.     else
  8.         rs.setOutput("top", false)
  9.         sleep(t)
  10.         rs.setOutput("back", true)
  11.     end
  12.     sleep(t)
  13. end
Add Comment
Please, Sign In to add comment