Sayomie550

Reactor Control 1.lua

Mar 31st, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. --[[
  2. Reactor Controller V1.0
  3. --]]
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. print("Initialising Reactor Controller")
  7. print("")
  8. sleep(1)
  9.  
  10. local reactor = peripheral.find("BigReactors")
  11.  
  12. if reactor then
  13.     print("Connected")
  14. else
  15.     print("Fail")
  16. end
  17.  
  18. --local reactorPower1 =
  19. --local storagePower1 =
  20. --local totalStorage =
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. --while true do
  28.  
  29. --end
Advertisement
Add Comment
Please, Sign In to add comment