Advertisement
Himeki

red input example

Jan 26th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.     power = redstone.getInput("bottom")
  3.     if power == true then
  4.         shell.run("program")
  5.         power = false
  6.         os.sleep(1)
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement