Guest User

test

a guest
Feb 27th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local Turbine
  2. turbine= peripheral.wrap("back")
  3. turbine.getInductorEngaged()
  4. if turbine.getInductorEngaged(true) then
  5.       end
  6.    if turbine.getInductorEngaged(false) then
  7.       end
  8.    if redstone.getAnalogInput(true) then
  9.       end
  10.    if redstone.getAnalogInput(false) then
  11.       turbine.setInductorEngaged(true)
  12.       end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment