Guest User

new

a guest
Aug 1st, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local T = {peripheral.find("BigReactors-Turbine")}
  2. for i,name in ipairs(peripheral.getNames()) do
  3.    if peripheral.getType(name) == "BigReactors-Turbine" then
  4.       T[i] = peripheral.wrap(name)
  5.    end
  6. end
  7.  
  8. print(T1.getInductorEngaged())
  9. T1.setActive(false)
Advertisement
Add Comment
Please, Sign In to add comment