Advertisement
Sayomie550

Reactor Control 1.lua

Mar 31st, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 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. if getConnected == true then
  10.     print("Reactor Located")
  11.     sleep(1)
  12. else
  13.     while getConnected ~= true then
  14.         print("Reactor not located")
  15.         print("Check Reactor connection or construction")
  16.         sleep(1)
  17.     end
  18. end
  19.  
  20. --reactor1 = peripheral.wrap("BigReactors-Reactor_1")
  21. --storage1 = peripheral.wrap("capacitor_bank_0")
  22.  
  23. --local reactorPower1 =
  24. --local storagePower1 =
  25. --local totalStorage =
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. --while true do
  33.  
  34. --end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement