SoulofSorrow

TBM Script

Aug 2nd, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. while true do
  2.     if rs.getInput("right") then
  3.     rs.setOutput("back",true)
  4.     sleep(0.5)
  5.     rs.setOutput("back",false)
  6.     rs.setBundledOutput("bottom",colors.white)
  7.     sleep(1)
  8.     rs.setBundledOutput("bottom",colors.green)
  9.     sleep(1)
  10.      
  11.     else
  12.     print("Pause")
  13.     sleep(2)
  14.     shell.run("clear")
  15.     end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment