joeyahines

Plastic Selector

Jun 12th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. while true do
  2.     input = read();
  3.     term.setCursorPos(1,1)
  4.     term.write(Input)
  5.     redstone.setAnalogOutput(left, input)
  6.     os.sleep(0.5);
  7. end
Advertisement
Add Comment
Please, Sign In to add comment