Sayomie550

Reactor Control 1.lua

Apr 1st, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 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. if reactor1 = peripheral.wrap("BigReactors-Reactor_1") == true then
  11.     print("success")
  12. end
  13. --storage1 = peripheral.wrap("capacitor_bank_0")
  14.  
  15. local reactorPower1 = 0
  16. local reactorGeneration1 = 0
  17. local storagePower1 = 0
  18. local totalStorage = 0
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. --while true do
  26.  
  27. --end
Advertisement
Add Comment
Please, Sign In to add comment